diff --git a/dotfiles/directory b/dotfiles/directory new file mode 100644 index 0000000..3e7a4a6 --- /dev/null +++ b/dotfiles/directory @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=folder-git diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index 69f9bf2..3cef97d 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -1,5 +1,6 @@ { ... }: { + home.file."Code/.directory".source = ../../../dotfiles/directory; home.file.".config/haruna/haruna.conf".source = ../../../dotfiles/haruna.conf; home.file.".local/share/color-schemes/BreezeDunkelFarbe.colors".source = ../../../dotfiles/BreezeDunkelFarbe.colors; home.file.".local/share/color-schemes/BreezeHellFarbe.colors".source = ../../../dotfiles/BreezeHellFarbe.colors;