From ff55d91f0f0761ff0f3d6eee4d1989e48c89bc7c Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 11 Aug 2023 15:51:17 -0500 Subject: [PATCH] Back to xmonad where I'm comfortable :) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b2c2c909..94492255 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ email = "librephoenix3@pm.me"; # email (used for certain configurations) dotfilesDir = "~/.dotfiles"; # absolute path of the local repo theme = "ayu-dark"; # selcted theme from my themes directory (./themes/) - wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ + wm = "xmonad"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ browser = "librewolf"; # Default browser; must select one from ./user/app/browser/ editor = "emacsclient"; # Default editor; term = "alacritty -o font.size=20"; # Default terminal command;