style(desktop): reformat nix code and simplify module logic
Refactor `modules/desktop/options.nix` to improve code readability through consistent indentation and whitespace management. Simplified the conditional logic for `home-manager.extraSpecialArgs` to remove unnecessary complexity. Clean up host configurations by removing commented-out code, removing unnecessary whitespace, and flattening nested attribute sets into single-line declarations where appropriate.
This commit is contained in:
@@ -4,18 +4,5 @@
|
||||
{ self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.desktopHomeBase ];
|
||||
|
||||
# Host-only HM overrides (tablet apps, toggles off from desktop-home-base, …).
|
||||
chiasson.users.extraModules.olivier = [
|
||||
# {
|
||||
# chiasson.home = {
|
||||
# # editors.kate.enable = true;
|
||||
# };
|
||||
# }
|
||||
# (
|
||||
# { pkgs, ... }:
|
||||
# { home.packages = with pkgs; [ ]; }
|
||||
# )
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user