mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
22 lines
337 B
Nix
22 lines
337 B
Nix
{ config, meta, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = with meta; [
|
|
users.kat.base
|
|
users.arc
|
|
users.hexchen
|
|
./system.nix
|
|
./kitty.nix
|
|
./home.nix
|
|
./profiles.nix
|
|
./shell.nix
|
|
./base16.nix
|
|
./network.nix
|
|
./access.nix
|
|
./locale.nix
|
|
./nix.nix
|
|
./ssh.nix
|
|
./packages.nix
|
|
./secrets.nix
|
|
];
|
|
}
|