imports again

This commit is contained in:
2024-12-30 12:47:21 -07:00
parent 505d0f40f3
commit c10b9665c6
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{ pgks }:
{ pgks, ... }:
{
home.stateVersion = "24.05";
home.packages = with pkgs; [

View File

@@ -50,7 +50,9 @@
extraGroups = [ "networkmanager" "wheel" "docker" "users" "libvirtd" "cdrom" ];
shell = pkgs.fish;
};
home-manager.users.alex = import ./home-manager/alex.home.nix { pkgs = pgks };
home-manager.users.alex = import ./home-manager/alex.home.nix {
pkgs = import <nixpkgs> {};
};
home-manager.useGlobalPkgs = true;
nixpkgs.config.allowUnfree = true;