fix(homelab): add more resources to creative world
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
oh-my-posh = import ./omp.nix;
|
||||
eza = import ./eza.nix;
|
||||
mise = import ./mise.nix;
|
||||
bacon.enable = true;
|
||||
};
|
||||
xdg.mimeApps = import ./mime.nix;
|
||||
|
||||
@@ -23,27 +24,6 @@
|
||||
nodejs_22
|
||||
pnpm
|
||||
];
|
||||
systemd.user.services.ssh-add-keys = {
|
||||
Unit = {
|
||||
Description = "Load SSH keys from YubiKey";
|
||||
After = [ "ssh-agent.service" ];
|
||||
Requires = [ "ssh-agent.service" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
Environment = [
|
||||
"SSH_AUTH_SOCK=%t/ssh-agent"
|
||||
"SSH_ASKPASS=${pkgs.lxqt.lxqt-openssh-askpass}/bin/lxqt-openssh-askpass"
|
||||
"SSH_ASKPASS_REQUIRE=prefer"
|
||||
"DISPLAY=:0"
|
||||
];
|
||||
ExecStart = "${pkgs.openssh}/bin/ssh-add -K";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [ "default.target" ];
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user