Compare commits

..

No commits in common. "6207dc8901b830992cf9b5af108ccc96a8a09ec9" and "b0cee8a358c198ca6d2e706f65b5343c5cc3f4d8" have entirely different histories.

2 changed files with 6 additions and 10 deletions

View File

@ -7,5 +7,6 @@
aha
vesktop
google-chrome
teams-for-linux
]);
}

View File

@ -5,15 +5,10 @@
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;
home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel;
home.file.".config/kwinrulesrc".source = ../../../dotfiles/kwinrulesrc;
home.file.".config/kglobalshortcutsrc".source = ../../../dotfiles/kglobalshortcutsrc;
home.file.".config/kwinrulesrc".source = ../../../dotfiles/kwinrulesrc;
home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc;
home.file.".config/kglobalshortcutsrc".force = true;
home.file.".config/kwinrc".force = true;
home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel;
# Wallpaper
home.file."Bilder/Wallpaper/wallpaper-nix.png".source = ../../../assets/wallpaper-nix.png;
@ -28,9 +23,9 @@
programs.plasma = {
enable = true;
# workspace.wallpaperSlideShow.path = ../../../assets;
# workspace.wallpaperSlideShow.interval = 864000;
# kscreenlocker.appearance.wallpaper = "../../../assets/wallpaper-nix.png";
workspace.wallpaperSlideShow.path = /home/mo/Bilder/Wallpaper;
workspace.wallpaperSlideShow.interval = 864000;
kscreenlocker.appearance.wallpaper = "/home/mo/Bilder/Wallpaper/wallpaper-nix.png";
kwin.titlebarButtons.left = ["keep-above-windows"];
kwin.titlebarButtons.right = ["minimize" "maximize" "close"];