diff options
| author | adikro <adikro@disroot.org> | 2025-12-23 09:30:43 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-23 09:30:43 +0100 |
| commit | 2e0eb02fd744aed40ce61c56f5807c1e5e6f1224 (patch) | |
| tree | 5f39d14f8a763cbb7fd5d1519e42f0ea01d5a11b /hosts | |
| parent | 49bf16698295cd068e125333ec2f7c7bfa6bda27 (diff) | |
added obs clips and a basic mpv config to be finished
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; }; }; |
