From f6708deeaddd327469526ec9ee1f0cb4ae2d4c85 Mon Sep 17 00:00:00 2001 From: fwastring Date: Wed, 4 Jun 2025 13:47:24 +0200 Subject: [PATCH] Moved dunst to home manager --- config/base.nix | 1 - config/home.nix | 1 + shared/{dunst/default.nix => dunst.nix} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename shared/{dunst/default.nix => dunst.nix} (100%) diff --git a/config/base.nix b/config/base.nix index 1866893..940cb74 100644 --- a/config/base.nix +++ b/config/base.nix @@ -14,7 +14,6 @@ ./network.nix ./programs.nix ./system.nix - ../shared/dunst/default.nix ]; nixpkgs = { overlays = [ diff --git a/config/home.nix b/config/home.nix index 49eb729..7e95c80 100644 --- a/config/home.nix +++ b/config/home.nix @@ -14,6 +14,7 @@ ../shared/tmux.nix ../shared/fish.nix ../shared/git.nix + ../shared/dunst.nix ../shared/nixpkgs.nix ../shared/firefox.nix ../shared/zathura.nix diff --git a/shared/dunst/default.nix b/shared/dunst.nix similarity index 100% rename from shared/dunst/default.nix rename to shared/dunst.nix