Compare commits

...

2 Commits

Author SHA1 Message Date
bd5904bda4 add kwinrulesrc
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-08-24 11:32:41 +02:00
c7e3f84a43 autoupgrade fix 2024-08-24 11:31:05 +02:00
3 changed files with 17 additions and 1 deletions

15
dotfiles/kwinrulesrc Normal file
View File

@ -0,0 +1,15 @@
[2ade3df0-3c0b-4f75-bc22-ccfc46b21de9]
Description=Fenster-Einstellungen für vesktop
clientmachine=localhost
decocolor=BreezeDark
decocolorrule=2
title=• Discord | #nixos | Nix/NixOS (unofficial)
types=1
windowrole=browser-window
windowrolematch=1
wmclass=vesktop
wmclassmatch=1
[General]
count=1
rules=2ade3df0-3c0b-4f75-bc22-ccfc46b21de9

View File

@ -5,7 +5,7 @@ system.autoUpgrade = {
dates = "04:00"; dates = "04:00";
flake = "github:Moe1369/nixos-config#${hostName}"; flake = "github:Moe1369/nixos-config#${hostName}";
flags = [ flags = [
"--update-input" "nixpkgs" "--commit-lock-file" "--update-input" "nixpkgs" "-L" "--commit-lock-file"
]; ];
allowReboot = true; allowReboot = true;
}; };

View File

@ -5,6 +5,7 @@
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/kglobalshortcutsrc".source = ../../../dotfiles/kglobalshortcutsrc;
home.file.".config/kwinrulesrc".source = ../../../dotfiles/kwinrulesrc;
home.file."Bilder/Wallpaper/wallpaper-nix.png".source = ../../../assets/wallpaper-nix.png; home.file."Bilder/Wallpaper/wallpaper-nix.png".source = ../../../assets/wallpaper-nix.png;
home.file."Bilder/Wallpaper/wallpaper-asia.jpg".source = ../../../assets/wallpaper-asia.jpg; home.file."Bilder/Wallpaper/wallpaper-asia.jpg".source = ../../../assets/wallpaper-asia.jpg;
home.file."Bilder/Wallpaper/wallpaper-kame.jpg".source = ../../../assets/wallpaper-kame.jpg; home.file."Bilder/Wallpaper/wallpaper-kame.jpg".source = ../../../assets/wallpaper-kame.jpg;