
- clean up login stuff - add uwsm - move "no-x" to system_profiles - clean up hyprland.nix
6 lines
62 B
Nix
6 lines
62 B
Nix
{
|
|
imports = [
|
|
./login-manager.nix
|
|
./uwsm.nix
|
|
];
|
|
}
|