NixOSDots/hosts/light/modules.nix
Alexandre a55a6d53fe
Some checks failed
Check config / build (push) Failing after 10m14s
Fixed light config error, flake should build without errors
2026-06-01 23:22:16 +02:00

13 lines
190 B
Nix

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