use hyprlock, because it looks okay at least

This commit is contained in:
Noa Aarts 2025-11-24 14:28:16 +01:00
parent e0c6a80533
commit 1c7f744aaf
Signed by: noa
GPG key ID: 1850932741EFF672
9 changed files with 17 additions and 10 deletions

View file

@ -458,6 +458,9 @@ in
};
# Let Home Manager install and manage itself.
home-manager.enable = true;
hyprlock = {
enable = enableGraphical;
};
# add `play funny video` as alias because why not
zsh.shellAliases.bzzt = lib.mkIf enableGraphical ''nix-shell -p mpv --command "mpv ~/Videos/BZZZM.mp4"'';
# lsd makes files look better
@ -504,10 +507,6 @@ in
};
};
};
zoxide = {
enable = true;
enableZshIntegration = true;
};
};
services = {
@ -561,7 +560,6 @@ in
targets = {
neovim.enable = false;
waybar.enable = false;
swaylock.enable = true;
fuzzel.enable = false;
firefox.profileNames = [ "profile_0" ];
qt = {