This commit is contained in:
암냥 2026-07-07 09:45:04 +09:00
commit 04c9007f08
No known key found for this signature in database
14 changed files with 389 additions and 59 deletions

16
hosts/installer/home.nix Normal file
View file

@ -0,0 +1,16 @@
{ inputs, ... }:
{
xdg.enable = true;
home.stateVersion = "25.11";
home.username = "nixos";
home.homeDirectory = "/home/nixos";
imports = [
"${inputs.self}/modules/home/devtool/ghostty.nix"
"${inputs.self}/modules/home/devtool/zed.nix"
./plasma.nix
./shell.nix
];
}