summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/user-interface.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/settings/user-interface.nix b/user/settings/user-interface.nix
index e60d839d..2ccb26e1 100644
--- a/user/settings/user-interface.nix
+++ b/user/settings/user-interface.nix
@@ -11,7 +11,7 @@ in
   };
 
   programs.keychain = {
-    enable = true;
+    enable = stdenv.isLinux;
     extraFlags = [ "--quiet" "--systemd" ];
     keys = [ ];
   };
@@ -22,9 +22,6 @@ in
   };
   home.packages = with pkgs;
     [
-      librewolf
-      logseq
-
       hack-font
       ibm-plex
       input-fonts
@@ -44,6 +41,9 @@ in
       })
     ]
     ++ lib.optionals (!stdenv.isDarwin) (with pkgs; [
+      librewolf
+      logseq
+
       falkon
       mu
       signal-desktop