mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 23:19:41 +00:00
ref: nix conf
This commit is contained in:
parent
d61b6a5327
commit
6ca3ba9e9f
3 changed files with 58 additions and 61 deletions
|
|
@ -12,15 +12,15 @@
|
|||
nixunstable,
|
||||
home-manager,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (nixpkgs.lib) nixosSystem;
|
||||
}: let
|
||||
inherit (nixpkgs) lib;
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
thinkpad = let
|
||||
system = "aarch64-linux";
|
||||
unstable = import nixunstable {inherit system;};
|
||||
in
|
||||
nixosSystem {
|
||||
lib.nixosSystem {
|
||||
specialArgs = {inherit system;};
|
||||
modules = [
|
||||
./hosts/thinkpad/configuration.nix
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.leana = import ./hosts/thinkpad/home.nix;
|
||||
users.leana = import ./home;
|
||||
extraSpecialArgs = {inherit unstable;};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue