diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-09 13:14:01 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-09 13:14:01 -0500 |
| commit | 21de12cd6e63adf463674942f1a8f9b658f47945 (patch) | |
| tree | 5229a5300c1e69d637a1e03539dc19de42244440 /hosts/mercury/nixos.nix | |
| parent | 2147a65b5ff7cef352d95dfa72c705145771f3a3 (diff) | |
jta changes
Diffstat (limited to 'hosts/mercury/nixos.nix')
| -rw-r--r-- | hosts/mercury/nixos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 6459fdb..7db48b4 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -21,6 +21,7 @@ user = "collin"; dataDir = "/home/collin/.local/syncthing"; }; + programs.kdeconnect.enable = true; fileSystems."/home/collin/ganymede" = { device = "collin@ganymede:/media"; |
