From 55544c38cfce630c59c4d6b8c5d1e62962934c6a Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 3 Dec 2025 22:49:49 +0100 Subject: [PATCH] some changes for dnsc-air --- home/darwin.nix | 1 + modules/wm/niri/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home/darwin.nix b/home/darwin.nix index 404a8a4..59c7fbe 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -22,6 +22,7 @@ ../modules/nvim ../modules/lazygit ../modules/raycast + ../modules/ghostty ]; programs.home-manager.enable = true; diff --git a/modules/wm/niri/default.nix b/modules/wm/niri/default.nix index b431fe9..ea667d4 100644 --- a/modules/wm/niri/default.nix +++ b/modules/wm/niri/default.nix @@ -56,6 +56,5 @@ exec = "shutdown now"; icon = "com.github.bcedu.shutdownscheduler"; }; - }; }