infrastructure/home/shell/default.nix

20 lines
250 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{...}: {
imports = [
./atuin.nix
./bat.nix
./btop.nix
./direnv.nix
./exa.nix
./git.nix
./micro.nix
2024-06-17 21:36:00 +00:00
./ssh.nix
./mpv.nix
./tmux.nix
./fish.nix
];
home.sessionVariables = {
DO_NOT_TRACK = 1;
};
2023-04-08 13:53:58 +00:00
}