Move home manager setup to flake.nix
This commit is contained in:
parent
5054b13564
commit
71a4f49fb7
3 changed files with 17 additions and 9 deletions
|
@ -73,15 +73,6 @@
|
|||
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "libvirtd"];
|
||||
};
|
||||
|
||||
# Setup home manager
|
||||
home-manager = {
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
backupFileExtension = "backup";
|
||||
users = {
|
||||
crony = import ./home.nix;
|
||||
};
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue