use hyprlock, because it looks okay at least
This commit is contained in:
parent
e0c6a80533
commit
1c7f744aaf
9 changed files with 17 additions and 10 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue