Merge remote-tracking branch 'origin/nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-04-05 09:13:47 +02:00
commit 2259523325
19 changed files with 273 additions and 205 deletions

View file

@ -15,7 +15,7 @@
my.programs.hyprland.nvidiaSupport = true;
# KERNEL
boot.kernelPackages = pkgs.linuxPackages_6_1; # HACK to get nvidia kernel package to build
boot.kernelPackages = pkgs.linuxPackages_latest;
# BOOT
boot = {