Merge remote-tracking branch 'refs/remotes/origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2024-08-19 09:59:46 +02:00
commit c249fab5cb
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
17 changed files with 580 additions and 400 deletions

View file

@ -24,6 +24,7 @@
programs.hyprland.enable = true;
programs.hyprland.nvidiaSupport = true;
programs.hyprland.keyboardLayouts = [ "us" "de" ];
programs.hyprland.monitors."HDMI-A-2" = { scale = 1.2; };
programs.exercism.enable = true;
services.wallpaper.enable = true;
};