mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 07:00:28 +01:00
877ce570bf
This is possible since each home-manager module is now its own self-contained nix file.
21 lines
319 B
Nix
21 lines
319 B
Nix
{
|
|
home-manager.sharedModules = [
|
|
./dunst.nix
|
|
./feh.nix
|
|
./git.nix
|
|
./gpg.nix
|
|
./joshuto.nix
|
|
./kitty.nix
|
|
./mime-apps.nix
|
|
./mpv.nix
|
|
./ncmpcpp.nix
|
|
./neovim.nix
|
|
./qutebrowser.nix
|
|
./rofi.nix
|
|
./waybar.nix
|
|
./waycorner.nix
|
|
./xdg-user-dirs.nix
|
|
./zathura.nix
|
|
];
|
|
}
|