Files
nixos-config/modules/home/default.nix

19 lines
220 B
Nix
Raw Normal View History

2025-09-13 02:38:36 -04:00
{
...
}:
{
imports = [
2025-10-28 23:56:03 -04:00
./alacritty.nix
# ./catppuccin.nix
2025-09-13 02:38:36 -04:00
./firefox.nix
./git.nix
./nvf.nix
./packages.nix
2025-10-28 23:56:03 -04:00
# ./plasma.nix
2025-10-23 23:52:24 -04:00
./ssh.nix
./vscode.nix
2025-10-26 23:43:24 -04:00
./xdg.nix
2025-09-13 02:38:36 -04:00
./zsh.nix
];
}