NixOSDots/hosts/light/modules.nix
Alexandre 0839c70c8a
Some checks failed
Check config / build (push) Failing after 10m22s
Removed XFCE from light config, as it was causing ssh errors
2026-05-31 23:46:25 +02:00

13 lines
191 B
Nix

{pkgs, ...}:
let
modules = import ../../modules;
in
{
imports = [
./hardware-configuration.nix
modules.common.module
#modules.nixos.desktop.xfce # Desktop Enviroment
];
}