Clean dependencies + Refactor common home-manager conf
This commit is contained in:
parent
c721d6821b
commit
9f83efaedb
3 changed files with 29 additions and 403 deletions
8
home/common-home-manager.nix
Normal file
8
home/common-home-manager.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = inputs;
|
||||
home-manager.users.florian = import ../home;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue