From d32462fd3163e8d2bcf56c57c43d46f3ff06787f Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 11 Oct 2024 20:10:37 +0200 Subject: [PATCH] add kde material you colors autostart file --- dotfiles/kde-material-you-colors.desktop | 7 +++++++ modules/user/plasma/default.nix | 1 + 2 files changed, 8 insertions(+) create mode 100644 dotfiles/kde-material-you-colors.desktop 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;