aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-03 09:40:38 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-03 09:40:38 +0100
commit7c5bad501efeb189260e7392793cd1b68aeea7e6 (patch)
tree1f8914af3939a54f53214006788cadde92bc9a8e
parent5e96e666b6eb9b411e81d96b02155b24046d583d (diff)
switched to niri
-rwxr-xr-xconfiguration.nix4
-rwxr-xr-xmun.nix4
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";