diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-03 09:40:38 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-03 09:40:38 +0100 |
| commit | 7c5bad501efeb189260e7392793cd1b68aeea7e6 (patch) | |
| tree | 1f8914af3939a54f53214006788cadde92bc9a8e | |
| parent | 5e96e666b6eb9b411e81d96b02155b24046d583d (diff) | |
switched to niri
| -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 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 ]; } @@ -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"; |
