Files
nix-fleet/modules/base/zsh/zsh-allusers.nix
2026-03-03 21:29:49 +01:00

6 lines
119 B
Nix

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