move home-manager import to flake

This commit is contained in:
2023-10-15 03:37:29 +02:00
parent 2df8c52bcb
commit 2174164a0c
8 changed files with 7 additions and 18 deletions
-12
View File
@@ -1,12 +0,0 @@
{ config, pkgs, lib, inputs, flakes, ... }:
{
#imports = [ <home-manager/nixos> ];
imports = [ inputs.home-manager.nixosModule ];
home-manager.extraSpecialArgs = {
inherit inputs flakes;
};
home-manager.useGlobalPkgs = true; # go brrr, reuse overrides
#home-manager.useUserPackages = true # needed if VM, somewhat brrr, installs user packages to /etc instead of ~/.nix-profile
# When adding a new user accounts: Don't forget to set a password with passwd!
}