refactor(desktop): clean up options formatting and simplify slice logic

Refactor `modules/desktop/options.nix` to improve code readability by
expanding the `optPath` list definition and simplifying the
`wisdomSimpleSlice` configuration logic.

Also apply minor style fixes to `modules/wisdom/filebrowsers/nemo.nix`
to ensure consistent spacing within list definitions.
This commit is contained in:
2026-07-16 20:55:53 -03:00
parent c4a0eb0a98
commit 5f7e9cada5
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
};
config = lib.mkIf (root.enable && cfg.enable) {
home.packages = [pkgs.nemo];
home.packages = [ pkgs.nemo ];
xdg.mimeApps = {
enable = lib.mkDefault true;