9 lines
127 B
Nix
9 lines
127 B
Nix
_: {
|
|
imports = [
|
|
./home-manager.nix
|
|
./system.nix
|
|
# ./xdg.nix
|
|
./displaymanager.nix
|
|
];
|
|
}
|
|
|