10 lines
125 B
Nix
10 lines
125 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./system
|
|
./syncthing
|
|
./sops.nix
|
|
./theme.nix
|
|
];
|
|
modules.gnome.enable = true;
|
|
}
|