flake update + moved inputs around

This commit is contained in:
2025-04-11 15:08:35 -06:00
parent 15eea176c6
commit f6dbb1b32d
4 changed files with 84 additions and 84 deletions

View File

@@ -89,10 +89,6 @@
};
programs.geary.enable = true;
users.users.jawz.packages = builtins.attrValues {
inherit (inputs.jawz-scripts.packages.x86_64-linux)
vdhcoapp # video download helper assistant
talk # nextcloud talk client
;
inherit (pkgs)
thunderbird # email client
warp # transfer files with based ppl
@@ -103,6 +99,8 @@
telegram-desktop # furry chat
nicotine-plus # remember Ares?
discord # :3
vdhcoapp # video download helper assistant
nextcloud-talk-desktop # nextcloud talk client
;
};
};