From 4cdd4d3cf67b0df2d701e0069c96f87872c61db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Tue, 28 Jan 2025 13:14:05 +0100 Subject: [PATCH] Update fzgo links --- flake.lock | 4 ++-- home/Arendia.nix | 10 +++++++++- home/Kell.nix | 12 ++++++++++-- home/Riva.nix | 3 +++ 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d132867..30c979b 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "locked": { "lastModified": 1, "narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=", - "path": "/nix/store/gakwiyvvx5l21xrqhydlb8byglv45qr6-source/home/ags", + "path": "/nix/store/hys6nngnj79apn31mjzri83ga89a2l5i-source/home/ags", "type": "path" }, "original": { - "path": "/nix/store/gakwiyvvx5l21xrqhydlb8byglv45qr6-source/home/ags", + "path": "/nix/store/hys6nngnj79apn31mjzri83ga89a2l5i-source/home/ags", "type": "path" } }, diff --git a/home/Arendia.nix b/home/Arendia.nix index f948b8e..51ae02b 100644 --- a/home/Arendia.nix +++ b/home/Arendia.nix @@ -1,8 +1,16 @@ { inputs, config, pkgs, ... }: - +let + fzgo_paths = [ + "/home/user/.dotfiles" + "/home/server/.cache/fzgo/entries/d/|home|server|Workspace" + "/home/server/.cache/fzgo/entries/d/|home|server|Storage|Thomas" + "/home/server/.cache/fzgo/entries/d/|home|server|Storage|Shared" + ]; +in { imports = [ (import ./utils/desktop.nix { inherit inputs config pkgs; }) + (import ./utils/fzgo_links.nix { inherit config pkgs fzgo_paths; }) ]; programs.ssh.matchBlocks."*".identityFile = "/home/user/.secrets/SSH/Arendia/id_ed25519"; diff --git a/home/Kell.nix b/home/Kell.nix index 4c89737..fdc1839 100644 --- a/home/Kell.nix +++ b/home/Kell.nix @@ -1,10 +1,18 @@ { inputs, config, pkgs, ... }: - +let + fzgo_paths = [ + "/home/user/.dotfiles" + "/home/server/.cache/fzgo/entries/d/|home|server|Workspace" + "/home/server/.cache/fzgo/entries/d/|home|server|Storage|Thomas" + "/home/server/.cache/fzgo/entries/d/|home|server|Storage|Shared" + ]; +in { imports = [ (import ./utils/desktop.nix { inherit inputs config pkgs; }) + (import ./utils/fzgo_links.nix { inherit config pkgs fzgo_paths; }) ]; - programs.ssh.matchBlocks."*".identityFile = "/home/server/.secrets/SSH/Kell/id_ed25519"; + programs.ssh.matchBlocks."*".identityFile = "/home/user/.secrets/SSH/Kell/id_ed25519"; dconf.settings = { "org/virt-manager/virt-manager/connections" = { diff --git a/home/Riva.nix b/home/Riva.nix index 60230a9..f250dad 100644 --- a/home/Riva.nix +++ b/home/Riva.nix @@ -2,6 +2,9 @@ let fzgo_paths = [ "/home/user/.dotfiles" + "/home/server/.cache/fzgo/entries/d/|home|server|Workspace" + "/home/server/.cache/fzgo/entries/d/|home|server|Storage|Thomas" + "/home/server/.cache/fzgo/entries/d/|home|server|Storage|Shared" ]; in {