diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-01 23:26:34 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-01 23:26:34 +0100 |
| commit | da3f42a17e5bc2a397d3b3cd49d34af5dea9a021 (patch) | |
| tree | 4a05505e4c1117b377b7a094c3984ca671081360 /mun.nix | |
| parent | 57f3e199a407f915cea0bb395e57ce39752e7808 (diff) | |
fixed incorrect import in mun.nix
Diffstat (limited to 'mun.nix')
| -rwxr-xr-x | mun.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ { imports = [ - ./modules/i3wm/original/default.nix + ./modules/home/i3wm/original/default.nix ]; home = { username = "mun"; |
