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 = {
enable = true;
};
userName = "Matthew Stobbs";
userEmail = "${email}";
settings = {
user.name = "Matthew Stobbs";
user.email = "${email}";
init.defaultBranch = "main";
};
};
@@ -187,10 +187,10 @@
neovide = {
enable = true;
};
noctalia = {
enable = true;
settings = "${config.xdg.configHome}/dotfiles/niri/.config/niri/full.kdl";
};
# noctalia = {
# enable = true;
# settings = "${config.xdg.configHome}/dotfiles/niri/.config/niri/full.kdl";
# };
pandoc = {
enable = true;
};