🔒 Replaced swaylock with Hyprlock

- Removed Swaylock
- Added Hyprlock with Catppuccin theme.
- Replaced commands to swaylock with hyprlock.
- Added JetBrains Mono Nerd Font
This commit is contained in:
2024-12-31 00:38:23 +01:00
parent 793b3a16d0
commit 1c9dded45c
9 changed files with 113 additions and 10 deletions

View File

@ -13,10 +13,13 @@
hyprpolkitagent # Auth deamon providing modals for password auth
];
programs.hyprland = {
enable = true;
xwayland.enable = true;
programs = {
hyprland = {
enable = true;
xwayland.enable = true;
};
hyprlock.enable = true; # Lock screen
};
services.hypridle.enable = true;
services.hypridle.enable = true; # Lock when unused
}