nix-config/home/default.nix
Donovan Glover e67230b282
meta: Switch from swaylock to hyprlock
hyprlock matches the other animations of hyprland a bit better and is
overall more pleasant to work with.
2024-03-07 22:19:02 -05:00

31 lines
488 B
Nix

{
home-manager.sharedModules = [
./dunst.nix
./eww.nix
./fcitx.nix
./fish.nix
./git.nix
./gpg.nix
./gtk.nix
./htop.nix
./hyprland.nix
./ironbar.nix
./joshuto.nix
./kitty.nix
./librewolf.nix
./mime-apps.nix
./mpv.nix
./ncmpcpp.nix
./neovim.nix
./pqiv.nix
./qutebrowser.nix
./rofi.nix
./thunar.nix
./udiskie.nix
./xcursor.nix
./xdg-user-dirs.nix
./xresources.nix
./zathura.nix
];
}