mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 16:29:46 +01:00
8 lines
137 B
Nix
8 lines
137 B
Nix
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
../common/modules.nix
|
|
../../modules/nixos/xfce.nix # Desktop Enviroment
|
|
];
|
|
}
|