diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:11:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:11:52 -0700 |
| commit | f9205e1e963aa2ff9e31f93e80c536aa59f0842e (patch) | |
| tree | 3339280e10b9bebfeac2a092a839f4855b34f9dd /modules/darwin/desktop.nix | |
| parent | fix DNS configuration (diff) | |
| download | infra-f9205e1e963aa2ff9e31f93e80c536aa59f0842e.tar.gz | |
move common modules under modules/
Simplify the import on the various hosts.
Diffstat (limited to '')
| -rw-r--r-- | modules/darwin/desktop.nix (renamed from profiles/darwin/desktop.nix) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/darwin/desktop.nix b/modules/darwin/desktop.nix index a5ca970..55cef64 100644 --- a/profiles/darwin/desktop.nix +++ b/modules/darwin/desktop.nix @@ -1,5 +1,9 @@ -{ ... }: +{ pkgs, ... }: { + fonts.packages = with pkgs; [ + source-code-pro + ]; + system.defaults = { dock = { autohide = true; |
