Update fzgo links

This commit is contained in:
Thomas Avé 2025-01-28 13:14:05 +01:00
parent 1d4fa86fa4
commit 4cdd4d3cf6
4 changed files with 24 additions and 5 deletions

View File

@ -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"
}
},

View File

@ -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";

View File

@ -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" = {

View File

@ -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
{