From 76a3cf24e4868afb795039b820c87929ec6f0499 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 3 Nov 2025 22:16:30 +0100 Subject: use home-manager-unstable nixpkgs-unstalbe darwin-unstable --- hosts/adam/configuration.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'hosts/adam/configuration.nix') diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index 7d1481a..84bfd64 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -1,7 +1,4 @@ { - inputs, - system, - host, pkgs, username, ... @@ -12,6 +9,7 @@ ./hardware-configuration.nix ../../modules ../../modules/system + ../../modules/services ]; boot = { @@ -45,9 +43,6 @@ hardware.graphics = { enable = true; enable32Bit = true; - extraPackages = with pkgs; [ - amdvlk - ]; }; environment.variables.AMD_VULKAN_ICD = "RADV"; @@ -69,7 +64,7 @@ xdg-utils pulsemixer ]; - home.stateVersion = "25.05"; + home.stateVersion = "25.11"; }; nx = { @@ -96,5 +91,5 @@ }; }; - system.stateVersion = "25.05"; + system.stateVersion = "25.11"; } -- cgit v1.3.1