aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 18:24:17 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 18:24:17 +0100
commit1635d82e9fe4d79d15d84c7724b02b9f97064a27 (patch)
treedd8c855055f14080eb12b700992cf271a172b040
parentd39559d1c9a3c16c342bcb0be5803335ceccab03 (diff)
switched to hyprland
-rwxr-xr-xconfiguration.nix4
-rwxr-xr-xmun.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/configuration.nix b/configuration.nix
index a8a8af4..7948cc2 100755
--- a/configuration.nix
+++ b/configuration.nix
@@ -7,8 +7,8 @@
# === Environment Choice ===
# Uncomment one of the following to select your environment:
- ./modules/nixos/des/i3wm.nix
- #./modules/nixos/des/hyprland.nix
+ #./modules/nixos/des/i3wm.nix
+ ./modules/nixos/des/hyprland.nix
];
}
diff --git a/mun.nix b/mun.nix
index 2e575c2..2740efe 100755
--- a/mun.nix
+++ b/mun.nix
@@ -2,8 +2,8 @@
{
imports = [
- #./modules/home/hyprland/default.nix
- ./modules/home/i3wm/default.nix
+ ./modules/home/hyprland/default.nix
+ #./modules/home/i3wm/default.nix
];
home = {
username = "mun";