aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/dev.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-28 16:32:53 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-28 16:34:42 -0700
commit9c7344efb4e3d663d26ddb81699c6572bbcfd148 (patch)
treeac65d14fdfe611de665bff060b57881c1360f5bb /home/profiles/dev.nix
parentfont: switch to Roboto for system font and JetBrain for monospace (diff)
downloadinfra-9c7344efb4e3d663d26ddb81699c6572bbcfd148.tar.gz
tools/waybar-systemd-units: get a list of failed systemd units
Get a list of failed systemd units (both user and systems), and generate an output compatible to what waybar expects. Refer to https://github.com/Alexays/Waybar/wiki/Module:-Custom for more details about the format.
Diffstat (limited to '')
-rw-r--r--home/profiles/dev.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/dev.nix b/home/profiles/dev.nix
index c1323d6..3dc5271 100644
--- a/home/profiles/dev.nix
+++ b/home/profiles/dev.nix
@@ -10,6 +10,7 @@ let
});
pythonEnv = pkgs.python3.withPackages (p: with p; [
black
+ click
isort
pylsp-mypy
requests