diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 15:13:05 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 15:13:05 +0100 |
| commit | 59f294acda79f3ba574e5b7a6f2e851ec10fa001 (patch) | |
| tree | 229678e34427bec50c4b3676a31c18d3ab7e035a /configuration.nix | |
| parent | 0423ac08769fce26e4a75ea382874c06d97526f6 (diff) | |
fixed the syntax error
Diffstat (limited to 'configuration.nix')
| -rwxr-xr-x | configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index e3cb894..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/i3wm - #./modules/nixos/hyprland + ./modules/nixos/des/i3wm.nix + #./modules/nixos/des/hyprland.nix ]; } |
