diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:54:34 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:54:34 +0100 |
| commit | 23cd1943a4fe37be6032f512b5bb024d84b55524 (patch) | |
| tree | 82e85519a0a30282aea5d42256ece7c1579ce81e | |
| parent | d602465315af468018118908953b059be32f8ab1 (diff) | |
switched to i3
| -rwxr-xr-x | configuration.nix | 4 | ||||
| -rwxr-xr-x | mun.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configuration.nix b/configuration.nix index 7948cc2..a8a8af4 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 ]; } @@ -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"; |
