I need to move dwm to home
This commit is contained in:
parent
91adc5497b
commit
7a95aa76fa
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -12,6 +12,10 @@
|
|||
snowhawk.alacritty.enable = true;
|
||||
snowhawk.cursor.enable = true;
|
||||
|
||||
|
||||
services.dunst.enable = true;
|
||||
services.unclutter.enable = true;
|
||||
|
||||
home.packages = [
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
|
|
Loading…
Reference in a new issue