From 7a95aa76fadf7200a3d89c0bc04812cfb7858594 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 6 Jun 2024 20:58:35 -0700 Subject: [PATCH] I need to move dwm to home --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 30240f3..a0989f9 100644 --- a/home.nix +++ b/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}!"