add hypr stuff and remove current_system var fromflake
This commit is contained in:
14
modules/desktop/hypr/default.nix
Normal file
14
modules/desktop/hypr/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
|
||||
# enable hyprland
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
|
||||
# give hyprlock perms to unlock
|
||||
security.pam.services.hyprlock = {};
|
||||
}
|
||||
Reference in New Issue
Block a user