
- clean up login stuff - add uwsm - move "no-x" to system_profiles - clean up hyprland.nix
11 lines
207 B
Nix
11 lines
207 B
Nix
{
|
|
imports = [
|
|
./components/home-manager.nix
|
|
./components/nix-defaults.nix
|
|
./components/no-x.nix
|
|
#./components/nixpkgs-ng.nix
|
|
|
|
./importers/desktop.nix
|
|
./importers/general.nix
|
|
];
|
|
}
|