refactor: centralise home-manager configs in system configs
This commit is contained in:
parent
bb6da9ccb0
commit
3d04d338d1
54 changed files with 667 additions and 628 deletions
27
configs/programs/default.nix
Normal file
27
configs/programs/default.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
imports = [
|
||||
./ags.nix
|
||||
./clipse.nix
|
||||
./comma.nix
|
||||
./zsh.nix
|
||||
./direnv.nix
|
||||
./dunst.nix
|
||||
./firefox.nix
|
||||
./fuzzel.nix
|
||||
./fzf.nix
|
||||
./getty.nix
|
||||
./git.nix
|
||||
./hyprland.nix
|
||||
./hyprlock.nix
|
||||
./hyprshade.nix
|
||||
./kitty.nix
|
||||
./nh.nix
|
||||
./nvf.nix
|
||||
./spicetify.nix
|
||||
./starship.nix
|
||||
./tealdeer.nix
|
||||
./yazi.nix
|
||||
./zellij.nix
|
||||
./zoxide.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue