nixos-config/home/default.nix
xbazzi 20e6156509
All checks were successful
Simple Mirror to GitHub / mirror (push) Successful in 30s
Feat: Add gitea workflow + some hyprland changes
2025-08-21 23:48:51 -06:00

40 lines
580 B
Nix
Executable File

{
inputs,
pkgs,
lib,
config,
...
}:
{
imports = [
# inputs.hyprshell.homeManagerModules.default
./home.nix
./yazi.nix
./bash.nix
./gtk.nix
./tmux.nix
./starship.nix
./fzf.nix
#./vscode.nix
./packages.nix
./desktop-env.nix
./hyprlock.nix
./hypridle.nix
./notify.nix
# ./waybar.nix
# ./dconf.nix
# ./quickshell.nix
# ./hyprpanel.nix
./hyprpanel2.nix
./wofi.nix
./hyprpaper2.nix
./git.nix
./hyprland.nix
./zsh.nix
./variables.nix
./kitty.nix
./neovim.nix
];
}