flocon/home/programs/hypr/lock.nix
Anthony Rodriguez 25f6c41bc1
treewide: theme hyprlock
This is the catppuccin hyprlock theme, with base16 colors so that it may
work with my theming configuration.
2024-12-15 16:47:01 +01:00

5 lines
55 B
Nix

_: {
programs.hyprlock = {
enable = true;
};
}