diff --git a/assets/1password.desktop b/assets/config/1password.desktop similarity index 100% rename from assets/1password.desktop rename to assets/config/1password.desktop diff --git a/assets/Kawa.colors b/assets/config/Kawa.colors similarity index 100% rename from assets/Kawa.colors rename to assets/config/Kawa.colors diff --git a/modules/home/plasma.nix b/modules/home/plasma.nix index f63646f..8c23a9a 100644 --- a/modules/home/plasma.nix +++ b/modules/home/plasma.nix @@ -7,8 +7,8 @@ let }; in { - home.file.".local/share/color-schemes/Kawa.colors".source = "${assets}/Kawa.colors"; - home.file.".config/autostart/1password.desktop".source = "${assets}/1password.desktop"; + home.file.".local/share/color-schemes/Kawa.colors".source = "${assets}/config/Kawa.colors"; + home.file.".config/autostart/1password.desktop".source = "${assets}/config/1password.desktop"; programs.plasma = { enable = true;