From 2e0eb02fd744aed40ce61c56f5807c1e5e6f1224 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 23 Dec 2025 09:30:43 +0100 Subject: added obs clips and a basic mpv config to be finished --- hosts/desktop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 316a573..0482f23 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -9,6 +9,9 @@ ../../sys/default.nix ]; + boot.kernelParams = [ + "video=DP-1:2560x1440@240" + ]; sys = { core = { allowUnfree.enable = true; @@ -62,6 +65,7 @@ ollama.enable = true; }; wm = { + enable = true; niri.enable = true; }; }; -- cgit v1.3