nixos-config/programs/shell/default.nix

7 lines
48 B
Nix
Raw Normal View History

2024-11-03 10:25:39 +00:00
_: {
imports = [
./fish
2024-11-03 15:49:14 +00:00
./tmux
2024-11-03 10:25:39 +00:00
];
}