1
0
forked from extern/nix-config
donovanglover-nix-config/home/default.nix
Donovan Glover e941e20acf
Revert "meta: Remove rofi"
Currently rofi seems like the most feature complete launcher that gets
the job done. I'd rather use it than code a custom solution at the
moment.
2023-08-27 19:12:39 -04:00

32 lines
507 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
./swaylock.nix
./thunar.nix
./udiskie.nix
./xcursor.nix
./xdg-user-dirs.nix
./xresources.nix
./zathura.nix
];
}