mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
11 lines
166 B
Nix
11 lines
166 B
Nix
{
|
|
imports = [
|
|
./gnome.nix
|
|
./fcitx5.nix
|
|
./dconf.nix
|
|
./stylix.nix
|
|
./wallpaper.nix
|
|
./colorscheme.nix
|
|
];
|
|
desktopShell = "noctalia-shell";
|
|
}
|