chore: remove hime
This commit is contained in:
parent
62cfde2211
commit
58f314f86a
1 changed files with 0 additions and 20 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue