nixos-config/modules/home/default.nix
2024-11-27 10:52:18 -05:00

22 lines
416 B
Nix

{
home.stateVersion = "22.11";
imports = [
./all/tmux.nix
./all/neovim
# ./helix.nix
./all/ssh.nix
./all/starship.nix
./all/terminal.nix
./all/nix.nix
./all/git.nix
./all/direnv.nix
./all/zellij.nix
# ./nushell.nix
./all/just.nix
# ./powershell.nix
./all/juspay.nix
# Comment out because of annoying password prompts
# ./all/_1password.nix
];
}