diff options
author | Karel Kočí <cynerd@email.cz> | 2023-11-29 15:15:40 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-11-29 15:15:40 +0100 |
commit | 63de9d1ba73784638d9241ec8f7288f96a201efb (patch) | |
tree | 76fa14dccbb2a2e427a85df610af7e2209164544 /nixos | |
parent | 5d8a8f374f715bf590bb28ff2c4718b4652fb0b1 (diff) | |
download | nixos-personal-63de9d1ba73784638d9241ec8f7288f96a201efb.tar.gz nixos-personal-63de9d1ba73784638d9241ec8f7288f96a201efb.tar.bz2 nixos-personal-63de9d1ba73784638d9241ec8f7288f96a201efb.zip |
Remove sterm and update
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/desktop.nix | 2 | ||||
-rw-r--r-- | nixos/modules/develop.nix | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 0fe18ef..c4a2b5b 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -61,7 +61,7 @@ in { astroid taskwarrior vdirsyncer - #khal + khal khard gnupg pinentry-gnome diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index ac2d70c..84358ab 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -26,7 +26,6 @@ with lib; { wlc # Weblate cloc openssl - sterm tio parted vim-vint @@ -110,7 +109,7 @@ with lib; { stdmanpages # SHV - shvspy + #shvspy flatline shvcli |