working on home manager spreading though the nix files
This commit is contained in:
parent
30f378b063
commit
5153dc64f6
4 changed files with 36 additions and 14 deletions
|
|
@ -9,14 +9,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager }: {
|
||||
outputs = { self, nixpkgs, home-manager, ... }: {
|
||||
|
||||
nixosConfigurations = {
|
||||
framework = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./systems/common.nix
|
||||
./systems/framework.nix
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
./user-jsutter.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue