hosts/zinc: enable gnome desktop
This commit is contained in:
parent
04638f4edf
commit
9d310e9e8f
@ -1,7 +1,7 @@
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
boot.resumeDevice = (lib.head config.swapDevices).device;
|
||||
boot.resumeDevice = lib.optionalString ((lib.length config.swapDevices) > 0) (lib.head config.swapDevices).device;
|
||||
services.logind = {
|
||||
lidSwitch = "suspend-then-hibernate";
|
||||
};
|
||||
|
@ -4,6 +4,9 @@
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
|
||||
../../configuration/desktop
|
||||
|
||||
./initrd.nix
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user