feat(de): add hyprlock
This commit is contained in:
parent
92c962c5ac
commit
4c154876ba
7 changed files with 222 additions and 43 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./programs/hyprland.nix
|
||||
./programs/hyprlock.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,12 +3,8 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.uwsm = {
|
||||
enable = false;
|
||||
};
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
#withUWSN = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
|
11
systems/modules/programs/hyprlock.nix
Normal file
11
systems/modules/programs/hyprlock.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
package = inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock;
|
||||
};
|
||||
security.pam.services.hyprlock = {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue