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

This commit is contained in:
Moritz Böhme 2023-04-17 09:34:04 +02:00
commit 71b04e6e6a
15 changed files with 293 additions and 262 deletions

View file

@ -10,8 +10,11 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
];
my.programs.hyprland.nvidiaSupport = true;
my = {
programs.hyprland.nvidiaSupport = true;
services.mullvad.enable = true;
programs.ledger.enable = true;
};
# KERNEL
boot.kernelPackages = pkgs.linuxPackages_latest;