Files
flake/home/hosts/oparic-local-dev.nix
T
2026-05-17 10:24:49 +08:00

14 lines
223 B
Nix

{ config, lib, pkgs, ... }:
{
home.homeDirectory = "/home/origami";
imports = [
../modules/common.nix
../modules/shell.nix
../modules/zsh.nix
../modules/shell-develop.nix
../modules/ssh.nix
];
}