Fixed light config error, flake should build without errors
Some checks failed
Check config / build (push) Failing after 10m14s
Some checks failed
Check config / build (push) Failing after 10m14s
This commit is contained in:
parent
079c8af38f
commit
a55a6d53fe
@ -7,6 +7,6 @@ in
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
modules.common.module
|
||||
#modules.nixos.desktop.xfce # Desktop Enviroment
|
||||
modules.nixos.desktop.xfce # Desktop Enviroment
|
||||
];
|
||||
}
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
gnome = {
|
||||
gcr-ssh-agent = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager = {
|
||||
@ -17,3 +22,4 @@
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user