nix-config/home/default.nix
Donovan Glover 3e6f8e6563
hyprland: Move home-specific parts to ./home
Note that the modules are separated more to make it easier to use parts
of the graphical configuration in NixOS containers.
2023-06-16 20:02:45 -04:00

26 lines
409 B
Nix

{
home-manager.sharedModules = [
./dunst.nix
./feh.nix
./git.nix
./gpg.nix
./gtk.nix
./hyprland.nix
./joshuto.nix
./kitty.nix
./mime-apps.nix
./mpv.nix
./ncmpcpp.nix
./neovim.nix
./qutebrowser.nix
./rofi.nix
./udiskie.nix
./waybar.nix
./waycorner.nix
./xcursor.nix
./xdg-user-dirs.nix
./xresources.nix
./zathura.nix
];
}