From 96b694b5251957bc6d33760462d28ee4864b0353 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 5 Jan 2026 09:14:43 +0100 Subject: fixed mpv hwdec again, added niri top workspace --- hosts/desktop/configuration.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'hosts/desktop') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 4956dbe..a80cb60 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,4 +1,4 @@ -{ inputs, username, ... }: +{ config, inputs, username, ... }: { system.stateVersion = "25.05"; @@ -49,7 +49,6 @@ users.enable = true; }; srv = { - autoclicker.enable = true; files = { thunar.enable = true; utils.enable = true; @@ -69,7 +68,11 @@ }; }; - boot.kernelParams = [ - "video=DP-1:2560x1440@240" - ]; + boot = { + kernelParams = [ "video=DP-1:2560x1440@240" ]; + kernelModules = [ "nct6687" ]; + extraModulePackages = [ + config.boot.kernelPackages.nct6687d + ]; + }; } -- cgit v1.3