aboutsummaryrefslogtreecommitdiff
path: root/home/mun
diff options
context:
space:
mode:
Diffstat (limited to 'home/mun')
-rw-r--r--home/mun/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix
index 7894051..8ac1a3a 100644
--- a/home/mun/default.nix
+++ b/home/mun/default.nix
@@ -6,6 +6,8 @@
../rices/nord-blue
];
+ # nixowos.enable = true; # disabled until fixed
+
home = {
username = "mun";
homeDirectory = "/home/mun";
@@ -105,8 +107,6 @@
]))
];
- nixowos.enable = true;
-
sessionVariables = {
EDITOR = "nvim";
VISUAL = "nvim";