feh in home packages (for now)

main
Zynh Ludwig 2024-06-26 02:21:33 -07:00
parent 186964c1a7
commit 68a191cacd
1 changed files with 3 additions and 1 deletions

View File

@ -16,10 +16,12 @@
services.dunst.enable = true;
services.unclutter.enable = true;
home.packages = [
home.packages = with pkgs; [
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
feh
];
home.file = { };