From 7fe0b1aaca0ecd20b7e867f89a97e7e0668c87de Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 23 Oct 2023 22:14:48 +0200 Subject: add apps and key --- nixos/common.nix | 1 + nixpkgs/kusanagi.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/nixos/common.nix b/nixos/common.nix index 7154465..dde0f69 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -125,6 +125,7 @@ in ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJpaBZdYxHqMxhv2RExAOa7nkKhPBOHupMP3mYaZ73w9" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIw+IIX8+lZX9RrHAbwi/bncLYStXpI4EmK3AUcqPY2O" ]; }; diff --git a/nixpkgs/kusanagi.nix b/nixpkgs/kusanagi.nix index 554e699..17333fe 100644 --- a/nixpkgs/kusanagi.nix +++ b/nixpkgs/kusanagi.nix @@ -32,6 +32,8 @@ in { mklink /Z/lx/app/steam/Steam ~/.local/share/Steam mklink /Z/lx/app/element ~/.config/Element + mklink /Z/lx/app/dino ~/.local/share/dino + mklink /Z/lx/app/signal ~/.config/Signal ''; programs.bash.shellAliases.z = "cd /Z/lx"; -- cgit v1.2.3