working on home manager spreading though the nix files

This commit is contained in:
Julian Sutter 2023-01-23 08:57:22 -08:00
parent 30f378b063
commit 5153dc64f6
4 changed files with 36 additions and 14 deletions

View file

@ -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
];
};