Experimenting on 'that' pattern
This commit is contained in:
parent
7634e8f78b
commit
43daa2b988
@ -11,10 +11,5 @@
|
||||
useGlobalPkgs = 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
|
||||
flake.nixosModules.frameworkModule = { pkgs, ... }: {
|
||||
environment = {
|
||||
|
||||
@ -3,9 +3,12 @@
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
|
||||
flake.nixosConfigurations.framework = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
self.nixosModules.frameworkHardware
|
||||
self.nixosModules.frameworkModule
|
||||
self.nixosModules.homeManager
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user