aboutsummaryrefslogtreecommitdiff
path: root/home/mun
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 22:32:50 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 22:32:50 +0200
commit83fec3546514fc4f045908adc0581d5254a756d4 (patch)
tree44b37e2285ebc608c45d9e038b7b9944aa80ee13 /home/mun
parentf11d9195ab9b1e8f487155f10e4ea0da7266b9fd (diff)
Commented out NixOwOS until fixed
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";