nixos-config/configurations/profile/os/shell/default.nix

8 lines
39 B
Nix
Raw Permalink Normal View History

{
imports = [
./zsh.nix
];
}