mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Reorganize user configuration
This commit is contained in:
parent
99fee4fddf
commit
14a285ce03
7 changed files with 61 additions and 52 deletions
12
users/home-manager.nix
Normal file
12
users/home-manager.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, self, ... }:
|
||||
{
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs self;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue