diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-07-29 15:25:11 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-07-29 15:25:11 +0200 |
| commit | fc019d789523ce5f89436b8dbc458cf3b79abf43 (patch) | |
| tree | ec56fd1b1ed9fc75096c0b09db48a152975e4d53 /modules/home-manager/dotfiles.nix | |
| parent | a3d19bc509d9f39fb41256cd55d2bd7706de202f (diff) | |
reformat everything with nixfmt
Diffstat (limited to 'modules/home-manager/dotfiles.nix')
| -rw-r--r-- | modules/home-manager/dotfiles.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/home-manager/dotfiles.nix b/modules/home-manager/dotfiles.nix index 6d28f39..0a58589 100644 --- a/modules/home-manager/dotfiles.nix +++ b/modules/home-manager/dotfiles.nix @@ -3,11 +3,10 @@ { options.personal.home.dotfiles = lib.mkOption { type = with lib.types; attrsOf path; - default = {}; + default = { }; description = '' Paths to dotfiles. ''; - example = - lib.literalExample "{ \"init.el\" = ./dotfiles/init.el; }"; + example = lib.literalExample "{ \"init.el\" = ./dotfiles/init.el; }"; }; } |
