feat(hyprland): add hyprland to nixos modules and set relevant nvidia settings
This commit is contained in:
parent
1bf0680ac4
commit
8ff864caed
5 changed files with 33 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
hardware.platform = "amd";
|
||||
hardware.gpu = "nvidia";
|
||||
|
||||
desktop.windowManager = "hyprland";
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue