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
10
modules/nixos/desktop/default.nix
Normal file
10
modules/nixos/desktop/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./windowManager.nix
|
||||
];
|
||||
|
||||
options.desktop = {
|
||||
windowManager = lib.pantheon.mkStrOption;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue