diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 21:22:14 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 21:22:14 +0200 |
| commit | 67ec259d0607501ed4834d33b2bf72b7d85b6952 (patch) | |
| tree | a97925f2988d54791c20c645e8467da5b12d2183 /home/mun | |
| parent | f76993d1eba379a43d247d0ef41c8ef2cb7f1e24 (diff) | |
Added nixowos to the configuration
Diffstat (limited to 'home/mun')
| -rw-r--r-- | home/mun/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index 9b0eeb5..7894051 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -105,6 +105,8 @@ ])) ]; + nixowos.enable = true; + sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim"; |
