diff --git a/home.nix b/home.nix index 8090682..99ad794 100644 --- a/home.nix +++ b/home.nix @@ -2,8 +2,8 @@ { imports = [ + ./user/configfiles.nix ./user/plasma.nix - ./user/config.nix ]; home.stateVersion = "24.05"; programs.home-manager.enable = true; diff --git a/user/config.nix b/user/config.nix deleted file mode 100644 index 86d8b05..0000000 --- a/user/config.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ ... }: -{ -home.file.".config/haruna/haruna.conf".source = ../configs/haruna.conf; -home.file.".local/share/color-schemes/BreezeDunkelFarbe.colors".source = ../configs/BreezeDunkelFarbe.colors; -home.file.".local/share/color-schemes/BreezeHellFarbe.colors".source = ../configs/BreezeHellFarbe.colors; -home.file.".config/kglobalshortcutsrc".source = ../configs/kglobalshortcutsrc; -home.file."Bilder/Hintergründe/wallpaper-nix.png".source = ../assets/wallpaper-nix.png; -home.file.".config/kwinrc".source = ../configs/kwinrc; -home.file.".config/kwinoutputconfig.json".source = ../configs/kwinoutputconfig.json; -}