chore: remove hime

This commit is contained in:
notohh 2023-05-15 06:01:40 -04:00
parent 62cfde2211
commit 58f314f86a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -24,26 +24,6 @@ in {
}
];
};
hime = nixosSystem {
inherit system;
modules = [
./hime
inputs.sops-nix.nixosModules.sops
inputs.home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {inherit inputs;};
users.oh = {
imports = [
./hime/home.nix
];
};
};
}
];
};
sutakku = nixosSystem {
inherit system;
modules = [