From 7c5bad501efeb189260e7392793cd1b68aeea7e6 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 3 Feb 2026 09:40:38 +0100 Subject: switched to niri --- configuration.nix | 4 ++-- mun.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1421c0b..453bb4c 100755 --- a/configuration.nix +++ b/configuration.nix @@ -8,8 +8,8 @@ # === Environment Choice === # Uncomment one of the following to select your environment: - ./modules/nixos/des/i3wm.nix - #./modules/nixos/des/niri.nix + #./modules/nixos/des/i3wm.nix + ./modules/nixos/des/niri.nix ]; } diff --git a/mun.nix b/mun.nix index c2335c6..f3d9265 100755 --- a/mun.nix +++ b/mun.nix @@ -2,8 +2,8 @@ { imports = [ - #./modules/home/niri/default.nix - ./modules/home/i3wm/default.nix + ./modules/home/niri/default.nix + #./modules/home/i3wm/default.nix ]; home = { username = "mun"; -- cgit v1.2.3