slab: switch to nixfiles options
This commit is contained in:
parent
da9ffbd320
commit
5dc2cfad0d
@ -17,14 +17,18 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
|
../../system # nixfiles modules
|
||||||
./nvidia-optimus.nix
|
./nvidia-optimus.nix
|
||||||
../../system/remote.nix
|
../../system/fragments/android.nix
|
||||||
# ../../system/plasma.nix
|
|
||||||
../../system/fragments/opengl.nix
|
|
||||||
../../system/gaming.nix
|
|
||||||
../../system/android.nix
|
|
||||||
../../system/hyprland.nix
|
|
||||||
];
|
];
|
||||||
|
nixfiles = {
|
||||||
|
common.remoteAccess.enable = true;
|
||||||
|
hardware.opengl.enable = true;
|
||||||
|
packageSets.gaming.enable = true;
|
||||||
|
sessions.hyprland.enable = true;
|
||||||
|
sessions.plasma.enable = lib.mkDefault false;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
networking.hostName = "slab";
|
networking.hostName = "slab";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user