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

27 lines
343 B
Nix
Raw Normal View History

2025-09-13 02:38:36 -04:00
{
...
}:
{
imports = [
./firefox.nix
./ghostty.nix
2025-09-13 02:38:36 -04:00
./git.nix
./hypr
2025-11-03 15:25:49 -05:00
./mango.nix
2025-09-13 02:38:36 -04:00
./nvf.nix
./packages.nix
2025-10-28 23:56:03 -04:00
# ./plasma.nix
2025-11-12 14:23:51 -05:00
./screenshot.nix
2025-10-23 23:52:24 -04:00
./ssh.nix
2025-11-01 23:09:40 -04:00
./stylix.nix
./vscode.nix
2025-11-16 01:17:54 -05:00
./walker.nix
./wallpaper.nix
2025-11-13 14:13:23 -05:00
./waybar
2025-11-11 22:47:51 -05:00
./wlogout.nix
2025-10-26 23:43:24 -04:00
./xdg.nix
2025-11-09 14:34:17 -05:00
./yazi.nix
2025-09-13 02:38:36 -04:00
./zsh.nix
];
}