diff --git a/dotfiles/kde-material-you-colors.desktop b/dotfiles/kde-material-you-colors.desktop new file mode 100644 index 0000000..8703fd5 --- /dev/null +++ b/dotfiles/kde-material-you-colors.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Exec=kde-material-you-colors +Icon= +Name=kde-material-you-colors +Path= +Terminal=False +Type=Application diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index f006e11..8320f24 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -10,6 +10,7 @@ home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc; home.file.".config/krunnerrc".source = ../../../dotfiles/krunnerrc; home.file.".config/kde-material-you-colors/config.conf".source = ../../../dotfiles/config.conf; + home.file.".config/autostart/kde-material-you-colors.desktop".source = ../../../dotfiles/kde-material-you-colors.desktop; home.file.wallpaper = { recursive = true; source = ../../../assets;