feat: multiple xD look bellow
- clean up login stuff - add uwsm - move "no-x" to system_profiles - clean up hyprland.nix
This commit is contained in:
parent
461a4b0146
commit
cf9395d91d
8 changed files with 78 additions and 60 deletions
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
imports = [
|
||||
./login
|
||||
|
||||
./apparmor.nix
|
||||
./firejail.nix
|
||||
./login-manager.nix
|
||||
./ssh-client.nix
|
||||
#./ssh-server.nix
|
||||
./sudo-rs.nix
|
||||
./uwsm.nix
|
||||
];
|
||||
}
|
||||
|
|
6
modules/sec_auth/login/default.nix
Normal file
6
modules/sec_auth/login/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./login-manager.nix
|
||||
./uwsm.nix
|
||||
];
|
||||
}
|
3
modules/sec_auth/login/uwsm.nix
Normal file
3
modules/sec_auth/login/uwsm.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.uwsm.enable = true;
|
||||
}
|
3
modules/sec_auth/uwsm.nix
Normal file
3
modules/sec_auth/uwsm.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.uwsm.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue