diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:43:44 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:43:44 +0100 |
| commit | 3173c0e22eb9375dd999f7b7c22b45c7c7582534 (patch) | |
| tree | b66fa35245b4884f7ae415c8cf7f3293d6b9d567 /mun.nix | |
| parent | a577cef9759e4d1677c5075e5912d9a5d27900bb (diff) | |
fixed proper import
Diffstat (limited to 'mun.nix')
| -rwxr-xr-x | mun.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2,8 +2,8 @@ { imports = [ - #./modules/home/hyprland/chernobyl/default.nix - ./modules/home/i3wm/default.nix + ./modules/home/hyprland/default.nix + #./modules/home/i3wm/default.nix ]; home = { username = "mun"; @@ -31,8 +31,6 @@ lazygit tree-sitter gcr - - # ]; sessionVariables = { |
