flocon/modules/hm/programs/terminal/shell/default.nix
Anthony Rodriguez 09a07b15da
treewide: config/home-manager -> modules/hm
Moved every remaining home-manager piece of configuration to its own hm
module.
2025-01-15 22:56:32 +01:00

7 lines
74 B
Nix

{
imports = [
./fish.nix
./starship.nix
./zoxide.nix
];
}