hosts/sarien: split up
modules/stylix: change wallpaper Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -4,15 +4,15 @@
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = with inputs.nixos-hardware.nixosModules; [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
common-cpu-intel
|
||||
common-gpu-intel-kaby-lake
|
||||
common-hidpi
|
||||
common-pc-laptop-ssd
|
||||
];
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
# imports = with inputs.nixos-hardware.nixosModules; [
|
||||
# (modulesPath + "/installer/scan/not-detected.nix")
|
||||
# common-cpu-intel
|
||||
# common-gpu-intel-kaby-lake
|
||||
# common-hidpi
|
||||
# common-pc-laptop-ssd
|
||||
# ];
|
||||
# nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
# hardware.enableRedistributableFirmware = true;
|
||||
|
||||
services = {
|
||||
logind = {
|
||||
|
Reference in New Issue
Block a user