disable noctalia for now

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 09:05:25 -05:00
parent 764710c32e
commit c5b2021efc

View File

@@ -159,9 +159,9 @@
lfs = { lfs = {
enable = true; enable = true;
}; };
userName = "Matthew Stobbs";
userEmail = "${email}";
settings = { settings = {
user.name = "Matthew Stobbs";
user.email = "${email}";
init.defaultBranch = "main"; init.defaultBranch = "main";
}; };
}; };
@@ -187,10 +187,10 @@
neovide = { neovide = {
enable = true; enable = true;
}; };
noctalia = { # noctalia = {
enable = true; # enable = true;
settings = "${config.xdg.configHome}/dotfiles/niri/.config/niri/full.kdl"; # settings = "${config.xdg.configHome}/dotfiles/niri/.config/niri/full.kdl";
}; # };
pandoc = { pandoc = {
enable = true; enable = true;
}; };