Compare commits

...

2 Commits

Author SHA1 Message Date
6207dc8901 immutable bug experiments
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-08-29 14:25:39 +02:00
39ec298f9a remove teams 2024-08-29 14:25:17 +02:00
2 changed files with 11 additions and 7 deletions

View File

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

View File

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