refactor: centralise home-manager configs in system configs

This commit is contained in:
Mohammad Rafiq 2025-03-27 04:02:14 +08:00
parent bb6da9ccb0
commit 3d04d338d1
No known key found for this signature in database
54 changed files with 667 additions and 628 deletions

View 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
];
}