aboutsummaryrefslogtreecommitdiff
path: root/home/mun
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 21:22:14 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 21:22:14 +0200
commit67ec259d0607501ed4834d33b2bf72b7d85b6952 (patch)
treea97925f2988d54791c20c645e8467da5b12d2183 /home/mun
parentf76993d1eba379a43d247d0ef41c8ef2cb7f1e24 (diff)
Added nixowos to the configuration
Diffstat (limited to 'home/mun')
-rw-r--r--home/mun/default.nix2
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";