From 3904d71c33e2420b5b6f50c08da355dbe39b9f81 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 18 Oct 2023 17:45:08 +0800 Subject: [PATCH] home: fix dotfiles --- .../guanranwang/home-manager/nixos/dotfiles.nix | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/users/guanranwang/home-manager/nixos/dotfiles.nix b/users/guanranwang/home-manager/nixos/dotfiles.nix index cfa4a7a..9d347e8 100644 --- a/users/guanranwang/home-manager/nixos/dotfiles.nix +++ b/users/guanranwang/home-manager/nixos/dotfiles.nix @@ -36,6 +36,10 @@ in source = "${configPath}/mpv"; recursive = true; }; + "dunst" = { + source = "${configPath}/dunst"; + recursive = true; + }; "makepkgs.conf" = { source = "${configPath}/makepkgs.conf"; @@ -43,18 +47,6 @@ in "alsoft.conf" = { source = "${configPath}/alsoft.conf"; }; - - #"waybar" = { - # source = "${configPath}/waybar"; - # recursive = true; - #}; - #"clash-meta" = { - # source = "${configPath}/clash"; - # recursive = true; - #}; - #"clash-meta/config.yaml" = { - # text = "${config.sops.secrets."clash-config".path}"; - #}; }; xdg.dataFile = {