diff options
| author | adikro <adikro@disroot.org> | 2026-03-01 19:57:42 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-01 19:57:42 +0100 |
| commit | cacaadb79a73fca27bd8bbc0a33a0713d2379655 (patch) | |
| tree | 32f62fb42885a8d6ef1c6da4bdb40d589b9c546f /hosts/oci/home.nix | |
| parent | 1be09af058424219de2aad4b9cc27ccf760d23f6 (diff) | |
removed oci config
Diffstat (limited to 'hosts/oci/home.nix')
| -rw-r--r-- | hosts/oci/home.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/hosts/oci/home.nix b/hosts/oci/home.nix deleted file mode 100644 index 3ffc2ee..0000000 --- a/hosts/oci/home.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ username, ... }: -{ - imports = [ ../../hm/default.nix ]; - - home = { - username = "${username}"; - homeDirectory = "/home/${username}"; - stateVersion = "25.05"; - }; - - hm = { - conf.git.enable = true; - editors.nixvim.enable = true; - shell = { - cli.enable = true; - fish.enable = true; - foot.enable = true; - starship.enable = true; - }; - }; -} |
