Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
(nixpkgs-fmt)
  • Loading branch information
aisamu committed Sep 16, 2024
1 parent 21fe31f commit 31b0fb7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/system/defaults/dock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ with lib;
let
# Should only be used with options that previously used floats defined as strings.
inherit (config.lib.defaults.types) floatWithDeprecationError;
in {
in
{
options = {

system.defaults.dock.appswitcher-all-displays = mkOption {
Expand Down Expand Up @@ -204,7 +205,6 @@ in {
Magnified icon size on hover. The default is 16.
'';
};


system.defaults.dock.wvous-tl-corner = mkOption {
type = types.nullOr types.ints.positive;
Expand Down Expand Up @@ -289,6 +289,5 @@ in {
* `14`: Quick Note
'';
};

};
};
}

0 comments on commit 31b0fb7

Please sign in to comment.