aboutsummaryrefslogtreecommitdiff
path: root/hosts/adam
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-11-03 22:16:30 +0100
committerschererleander <leander@schererleander.de>2025-11-03 22:16:30 +0100
commit76a3cf24e4868afb795039b820c87929ec6f0499 (patch)
treeaaa3fe36b2376bc22345abf75b896819e49c94a6 /hosts/adam
parentb80db34a48a8a7e8afa2f086a178c68201f3f5a5 (diff)
use home-manager-unstable nixpkgs-unstalbe darwin-unstable
Diffstat (limited to 'hosts/adam')
-rw-r--r--hosts/adam/configuration.nix11
1 files changed, 3 insertions, 8 deletions
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";
}