add sway{lock, idle}
This commit is contained in:
parent
7cc67eda0f
commit
d5c176c68b
4 changed files with 26 additions and 1 deletions
|
|
@ -13,5 +13,6 @@
|
|||
];
|
||||
};
|
||||
users.groups.plugdev = {};
|
||||
security.pam.services.swaylock = {};
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ in
|
|||
};
|
||||
};
|
||||
home-manager.users.${username} = {
|
||||
programs.home-manager.enable = true;
|
||||
imports = [
|
||||
./home.nix
|
||||
./t14/home.nix
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@
|
|||
ripgrep
|
||||
];
|
||||
};
|
||||
systemd.user.startServices = "sd-switch";
|
||||
xdg.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue