noctalia stuff

This commit is contained in:
2026-02-03 13:29:34 -05:00
parent d6f7dab062
commit d5eda18b84
3 changed files with 22 additions and 11 deletions

View File

@@ -26,6 +26,19 @@
darkMode = true;
useWallpaperColors = true;
};
location = {
weatherEnabled = false;
};
wallpaper = {
enabled = true;
};
};
};
home.file.".cache/noctalia/wallpapers.json" = {
text = builtins.toJSON {
defaultWallpaper = "${../wallpaper.png}";
wallpapers = { };
};
};