Files
flake/home/hosts/metis.nix
T
2026-01-18 19:54:11 +08:00

13 lines
200 B
Nix

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