Remove laptop from config
This commit is contained in:
22
flake.nix
22
flake.nix
@ -79,28 +79,6 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
homeConfigurations."abby@copper" =
|
|
||||||
let
|
|
||||||
system = "aarch64-linux";
|
|
||||||
pkgs = import nixpkgs {
|
|
||||||
system = system;
|
|
||||||
overlays = [ inputs.nixgl.overlay ];
|
|
||||||
};
|
|
||||||
in
|
|
||||||
home-manager.lib.homeManagerConfiguration {
|
|
||||||
inherit pkgs;
|
|
||||||
modules = [
|
|
||||||
lix-module.nixosModules.default
|
|
||||||
ragenix.homeManagerModules.default
|
|
||||||
./home.nix
|
|
||||||
];
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit system;
|
|
||||||
username = "abby";
|
|
||||||
inherit inputs;
|
|
||||||
use_syncthing = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
homeConfigurations."pager@nicrosil" =
|
homeConfigurations."pager@nicrosil" =
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user