
- clean up login stuff - add uwsm - move "no-x" to system_profiles - clean up hyprland.nix
12 lines
150 B
Nix
12 lines
150 B
Nix
{
|
|
imports = [
|
|
./login
|
|
|
|
./apparmor.nix
|
|
./firejail.nix
|
|
./ssh-client.nix
|
|
#./ssh-server.nix
|
|
./sudo-rs.nix
|
|
./uwsm.nix
|
|
];
|
|
}
|