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