From 97b008689d42f2303c68d94ab3fee96dcf56805e Mon Sep 17 00:00:00 2001 From: maxstrb Date: Sat, 14 Mar 2026 23:34:58 +0100 Subject: [PATCH] reee --- configuration/modules/desktop.nix | 5 +++++ configuration/modules/system.nix | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration/modules/desktop.nix b/configuration/modules/desktop.nix index ccc7c5f..df4e302 100644 --- a/configuration/modules/desktop.nix +++ b/configuration/modules/desktop.nix @@ -18,6 +18,11 @@ }; }; + programs.niri = { + enable = true; + package = inputs.niri-flake.packages.${pkgs.system}.niri-stable; + }; + services.xserver = { enable = true; videoDrivers = ["amdgpu"]; diff --git a/configuration/modules/system.nix b/configuration/modules/system.nix index 30b4137..7707483 100644 --- a/configuration/modules/system.nix +++ b/configuration/modules/system.nix @@ -1,7 +1,6 @@ { device-name, pkgs, - lib, ... }: { system.stateVersion = "25.11";