From 6824909dbe7f1b2b2ce2f1d85c30d12deff00b29 Mon Sep 17 00:00:00 2001 From: alydev Date: Tue, 21 Oct 2025 16:01:45 +1000 Subject: [PATCH] update --- home/aly.nix | 4 ---- system/aly-laptop.nix | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/home/aly.nix b/home/aly.nix index 23083b8..bdea448 100644 --- a/home/aly.nix +++ b/home/aly.nix @@ -16,10 +16,6 @@ gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic mpv ]; - services.gnome = lib.mkIf gui { - gnome-browser-connector.enable = true; - }; - programs.direnv = { enable = true; enableBashIntegration = true; # see note on other shells below diff --git a/system/aly-laptop.nix b/system/aly-laptop.nix index 9679d4d..a2d74f4 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -8,6 +8,9 @@ fsType = "sshfs"; options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"]; }; + services.gnome = { + gnome-browser-connector.enable = true; + }; services.logind = { lidSwitch = "suspend"; lidSwitchDocked = "ignore";