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 = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
modules.common.module
|
modules.common.module
|
||||||
#modules.nixos.desktop.xfce # Desktop Enviroment
|
modules.nixos.desktop.xfce # Desktop Enviroment
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
|
gnome = {
|
||||||
|
gcr-ssh-agent = {
|
||||||
|
enable = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
@ -17,3 +22,4 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user