trying again

This commit is contained in:
2024-12-30 12:45:39 -07:00
parent be0000963b
commit bfa7785e5d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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