oh yea oh yea yea

This commit is contained in:
Rachel Lambda Samuelsson 2025-05-24 23:58:24 +02:00
parent 67d90745d1
commit 2a99f0e02f
3 changed files with 10 additions and 6 deletions

View File

@ -269,11 +269,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1743315132,
"narHash": "sha256-6hl6L/tRnwubHcA4pfUUtk542wn2Om+D4UnDhlDW9BE=",
"lastModified": 1748026106,
"narHash": "sha256-6m1Y3/4pVw1RWTsrkAK2VMYSzG4MMIj7sqUy7o8th1o=",
"owner": "NixOs",
"repo": "nixpkgs",
"rev": "52faf482a3889b7619003c0daec593a1912fddc1",
"rev": "063f43f2dbdef86376cc29ad646c45c46e93234c",
"type": "github"
},
"original": {

View File

@ -75,7 +75,6 @@
unstable.zoom-us
extra.sax2nf
extra.cornelis
unstable.kicad
extra.renoise
extra.nixprof
extra.protonmail-desktop

View File

@ -32,13 +32,18 @@
# blender with HIP support
environment.systemPackages = [ pkgs.blender-hip ];
boot.kernelPackages = pkgs.linuxPackages_latest;
# [AMD GPU]
boot.initrd.kernelModules = [ "amdgpu" ];
services.xserver.videoDrivers = [ "amdgpu" ];
nixpkgs.config.rocmSupport = true;
# firmware
services.fwupd.enable = true;
# latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# [PERFORMANCE]
powerManagement = {
enable = true;