This commit is contained in:
2025-11-08 22:21:34 +09:00
parent 256b849f2f
commit 70c865fd72
5 changed files with 11 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
home-manager.users.allen = import ./home.nix {
inherit split-monitor-workspaces;
inherit pkgs;
inherit inputs;
};
}
];