aboutsummaryrefslogtreecommitdiff
path: root/modules/darwin/desktop.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-09 19:11:52 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-09 19:11:52 -0700
commitf9205e1e963aa2ff9e31f93e80c536aa59f0842e (patch)
tree3339280e10b9bebfeac2a092a839f4855b34f9dd /modules/darwin/desktop.nix
parentfix DNS configuration (diff)
downloadinfra-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;