refactor(profiles)!: split up desktop profile

This commit is contained in:
Moritz Böhme 2023-04-16 17:56:43 +02:00
parent 48c2b30e18
commit 55c17db428
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 126 additions and 109 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;