Transition to 24.11

This commit is contained in:
Vili Sinervä 2024-12-01 18:42:45 +02:00
parent f8e3204979
commit ce614b455b
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
8 changed files with 9 additions and 568 deletions

View file

@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [ zenmonitor ];
hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
boot.initrd.kernelModules = [ "amdgpu" ];

View file

@ -7,18 +7,6 @@
}
];
disabledModules = [ "services/hardware/libinput.nix" ];
nixpkgs.overlays = [
(final: prev: {
moonlight-qt = prev.moonlight-qt.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../misc/mouse-accel.patch ];
});
})
];
imports = [ ../misc/libinput.nix ];
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;