mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Further refactoring
This commit is contained in:
parent
e2ca654681
commit
91a7234605
8 changed files with 290 additions and 178 deletions
17
flake.nix
17
flake.nix
|
|
@ -31,17 +31,16 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations.socrates = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./sysConfig
|
||||
disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
|
||||
homeConfigurations.bryan = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./homeConfig/home.nix
|
||||
./machines/hardware-configuration.nix
|
||||
./machines/system.nix
|
||||
disko.nixosModules.disko
|
||||
home-manager.nixosModules.home-manager{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.bryan = import ./homeConfig/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue