Compare commits
3 commits
da0bcdd5c8
...
650354860b
Author | SHA1 | Date | |
---|---|---|---|
650354860b | |||
9df6969208 | |||
7948141205 |
3 changed files with 5 additions and 3 deletions
|
@ -63,6 +63,8 @@ in
|
||||||
update_path ${homeDirectory}/.local/bin
|
update_path ${homeDirectory}/.local/bin
|
||||||
|
|
||||||
set -gx EDITOR "vim"
|
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"
|
set -gx ATUIN_SYNC_ADDRESS "https://sh.hsn.dev"
|
||||||
|
|
||||||
# One Password cli
|
# One Password cli
|
||||||
|
|
|
@ -54,8 +54,8 @@ let
|
||||||
# The latest generally targets insiders build of vs code right now and it won't load on stable.
|
# The latest generally targets insiders build of vs code right now and it won't load on stable.
|
||||||
name = "copilot-chat";
|
name = "copilot-chat";
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
version = "0.20.1";
|
version = "0.21.1";
|
||||||
sha256 = "sha256-HCPUufTZdukDmvP4/90K1x6bPq281Y02RpRds0vDL3U=";
|
sha256 = "sha256-8naCDn6esc1ZR30aX7/+F6ClFjQLPQ3k3r6jyVZ3iNg=";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "remote-ssh";
|
name = "remote-ssh";
|
||||||
|
|
|
@ -11,7 +11,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# Add package
|
# Add package
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.pika-backup
|
pkgs.unstable.pika-backup
|
||||||
];
|
];
|
||||||
# Setup auto start at login.
|
# Setup auto start at login.
|
||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
|
|
Loading…
Reference in a new issue