h2
This commit is contained in:
parent
00da286651
commit
a9a77e75fe
12 changed files with 307 additions and 3 deletions
|
|
@ -28,12 +28,18 @@
|
|||
|
||||
imports = [
|
||||
./hardware.nix
|
||||
../../modules/desktop/niri.nix
|
||||
# ../../modules/server/nginx.nix
|
||||
];
|
||||
|
||||
desktop.niri.enable = true;
|
||||
|
||||
programs = {
|
||||
light.enable = true;
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
hardware.nvidia.open = true;
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue