mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
module config cant boot
This commit is contained in:
parent
6754058177
commit
a04994d2f1
1 changed files with 7 additions and 6 deletions
13
flake.nix
13
flake.nix
|
|
@ -31,12 +31,13 @@
|
|||
modules = [
|
||||
./sysConfig/desktop
|
||||
disko.nixosModules.disko
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.bryan = import ./homeConfig/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
homeConfigurations.bryan = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./homeConfig/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue