Files
nix-fleet/modules/base/usr/zsh-all.nix
2026-03-03 23:06:45 +01:00

6 lines
123 B
Nix

{ ... }: {
flake.homeModules.base-usr-zsh-all = { ... }: {
home.file.".zshrc".source = ./dotfiles/zsh-config;
};
}