feh in home packages (for now)
This commit is contained in:
parent
186964c1a7
commit
68a191cacd
1 changed files with 3 additions and 1 deletions
4
home.nix
4
home.nix
|
@ -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 = { };
|
||||
|
|
Loading…
Reference in a new issue