all repos — nixfiles @ 6ef238e1d0315da79211c67fc273785e4dbdb185

System and user configuration, managed by nix and home-manager

Install user fonts on macOS as well
Alan Pearce alan@alanpearce.eu
Fri, 14 Jul 2023 18:19:52 +0200
commit

6ef238e1d0315da79211c67fc273785e4dbdb185

parent

a6de2a6cc6f9aaeed6d14ac0e0824685f4c12a5a

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -11,7 +11,7 @@ TERMINAL = "xterm";   };
 
   programs.keychain = {
-    enable = true;
+    enable = stdenv.isLinux;
     extraFlags = [ "--quiet" "--systemd" ];
     keys = [ ];
   };
@@ -22,9 +22,6 @@ enableTridactylNative = true;   };
   home.packages = with pkgs;
     [
-      librewolf
-      logseq
-
       hack-font
       ibm-plex
       input-fonts
@@ -44,6 +41,9 @@ ];       })
     ]
     ++ lib.optionals (!stdenv.isDarwin) (with pkgs; [
+      librewolf
+      logseq
+
       falkon
       mu
       signal-desktop