Compare commits
No commits in common. "650354860b283614598b1056244175e91016f936" and "da0bcdd5c80e9b9db5c1d53f3c6c81d29bbcf4c5" have entirely different histories.
650354860b
...
da0bcdd5c8
3 changed files with 3 additions and 5 deletions
|
@ -63,8 +63,6 @@ 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.21.1";
|
version = "0.20.1";
|
||||||
sha256 = "sha256-8naCDn6esc1ZR30aX7/+F6ClFjQLPQ3k3r6jyVZ3iNg=";
|
sha256 = "sha256-HCPUufTZdukDmvP4/90K1x6bPq281Y02RpRds0vDL3U=";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
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.unstable.pika-backup
|
pkgs.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