Compare commits

...

3 commits

3 changed files with 5 additions and 3 deletions

View file

@ -63,6 +63,8 @@ in
update_path ${homeDirectory}/.local/bin
set -gx EDITOR "vim"
set -gx VISUAL "code"
set -gx SSH_ASKPASS_REQUIRE "prefer" # This is for git to use the ssh-askpass
set -gx ATUIN_SYNC_ADDRESS "https://sh.hsn.dev"
# One Password cli

View file

@ -54,8 +54,8 @@ let
# The latest generally targets insiders build of vs code right now and it won't load on stable.
name = "copilot-chat";
publisher = "github";
version = "0.20.1";
sha256 = "sha256-HCPUufTZdukDmvP4/90K1x6bPq281Y02RpRds0vDL3U=";
version = "0.21.1";
sha256 = "sha256-8naCDn6esc1ZR30aX7/+F6ClFjQLPQ3k3r6jyVZ3iNg=";
}
{
name = "remote-ssh";

View file

@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable {
# Add package
environment.systemPackages = [
pkgs.pika-backup
pkgs.unstable.pika-backup
];
# Setup auto start at login.
home-manager.users.${user} = {