remove mtwork

This commit is contained in:
2024-02-27 18:20:44 +02:00
parent 51e5277530
commit a554841ac8
5 changed files with 3 additions and 34 deletions

View File

@@ -301,7 +301,6 @@
statix.enable = true;
};
};
hm = self.homeConfigurations.${system}.motiejusja.activationPackage;
}
)
deploy-rs.lib;
@@ -309,21 +308,6 @@
// flake-utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs {inherit system overlays;};
in {
homeConfigurations.motiejusja = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
shared/home
];
extraSpecialArgs = {
inherit self system;
stateVersion = "23.05";
username = "motiejus";
email = "motiejusja@wix.com";
devTools = true;
hmOnly = true;
};
};
devShells.default = pkgs.mkShellNoCC {
packages = [
pkgs.rage