Files
nixos-config/modules/home/default.nix
2025-12-07 23:52:36 -05:00

30 lines
392 B
Nix

{
...
}:
{
imports = [
./firefox.nix
./foot.nix
# ./ghostty.nix
./git.nix
# ./helix.nix
./hypr
./mango.nix
./nvf.nix
./packages.nix
# ./plasma.nix
./screenshot.nix
./ssh.nix
./stylix.nix
./vscode.nix
./walker.nix
./wallpaper.nix
./waybar
./wlogout.nix
./xdg.nix
./yazi.nix
./zed.nix
./zsh.nix
];
}