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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user