6 lines
104 B
Nix
6 lines
104 B
Nix
|
{ hostname, username, ... }: {
|
||
|
imports = [
|
||
|
./gnome-conf.nix
|
||
|
# ./gnome-terminal-conf.nix
|
||
|
];
|
||
|
}
|