Experimenting on 'that' pattern
This commit is contained in:
parent
7634e8f78b
commit
43daa2b988
@ -11,10 +11,5 @@
|
|||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
|
||||||
|
|
||||||
stateVersion = "25.11";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,13 +4,6 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
flake.nixosConfigurations.framework = inputs.nixpkgs.lib.nixosSystem {
|
|
||||||
modules = [
|
|
||||||
self.nixosModules.frameworkHardware
|
|
||||||
self.nixosModules.homeManager
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# The configuration.nix for system config
|
# The configuration.nix for system config
|
||||||
flake.nixosModules.frameworkModule = { pkgs, ... }: {
|
flake.nixosModules.frameworkModule = { pkgs, ... }: {
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
@ -3,9 +3,12 @@
|
|||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
flake.nixosConfigurations.framework = inputs.nixpkgs.lib.nixosSystem {
|
flake.nixosConfigurations.framework = inputs.nixpkgs.lib.nixosSystem {
|
||||||
modules = [
|
modules = [
|
||||||
|
self.nixosModules.frameworkHardware
|
||||||
self.nixosModules.frameworkModule
|
self.nixosModules.frameworkModule
|
||||||
|
self.nixosModules.homeManager
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user