modules: move home configuration from flake
This commit is contained in:
parent
76cac9af51
commit
85ff634331
3 changed files with 20 additions and 10 deletions
|
|
@ -70,13 +70,6 @@
|
|||
nur.overlay
|
||||
];
|
||||
}
|
||||
home-manager.nixosModules.home-manager
|
||||
({ config, ... }: {
|
||||
home-manager.users.${config.my.user.name} = import ./home;
|
||||
# Nix Flakes compatibility
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
})
|
||||
# Include generic settings
|
||||
./modules
|
||||
# Include bundles of settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue