nixos/home/env/common/default.nix

15 lines
172 B
Nix

{ ... }:
{
imports = [
./fonts
./shell
./direnv.nix
./git.nix
./keychain.nix
./nixpkgs.nix
./qemu.nix
./ssh.nix
./starship.nix
];
}