Update fzgo links
This commit is contained in:
parent
1d4fa86fa4
commit
4cdd4d3cf6
|
@ -8,11 +8,11 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=",
|
"narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=",
|
||||||
"path": "/nix/store/gakwiyvvx5l21xrqhydlb8byglv45qr6-source/home/ags",
|
"path": "/nix/store/hys6nngnj79apn31mjzri83ga89a2l5i-source/home/ags",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/gakwiyvvx5l21xrqhydlb8byglv45qr6-source/home/ags",
|
"path": "/nix/store/hys6nngnj79apn31mjzri83ga89a2l5i-source/home/ags",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
{ inputs, config, pkgs, ... }:
|
{ 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 = [
|
imports = [
|
||||||
(import ./utils/desktop.nix { inherit inputs config pkgs; })
|
(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";
|
programs.ssh.matchBlocks."*".identityFile = "/home/user/.secrets/SSH/Arendia/id_ed25519";
|
||||||
|
|
|
@ -1,10 +1,18 @@
|
||||||
{ inputs, config, pkgs, ... }:
|
{ 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 = [
|
imports = [
|
||||||
(import ./utils/desktop.nix { inherit inputs config pkgs; })
|
(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 = {
|
dconf.settings = {
|
||||||
"org/virt-manager/virt-manager/connections" = {
|
"org/virt-manager/virt-manager/connections" = {
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
let
|
let
|
||||||
fzgo_paths = [
|
fzgo_paths = [
|
||||||
"/home/user/.dotfiles"
|
"/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
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue