mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
3e6f8e6563
Note that the modules are separated more to make it easier to use parts of the graphical configuration in NixOS containers.
26 lines
409 B
Nix
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
|
|
];
|
|
}
|