This commit is contained in:
2026-02-17 02:43:59 +09:00
commit a0f0f7e726
17 changed files with 1348734 additions and 0 deletions

14
hm/home.nix Normal file
View File

@@ -0,0 +1,14 @@
{ config, pkgs, lib, inputs, ... }:
{
home.username = "bangae1";
home.homeDirectory = "/home/bangae1";
home.stateVersion = "25.11";
xdg.configFile."mango" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/mango/hm/mango";
recursive = true;
force = true;
};
}