diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-23 22:14:48 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-23 22:14:48 +0200 |
commit | 7fe0b1aaca0ecd20b7e867f89a97e7e0668c87de (patch) | |
tree | fab72dddd3b3a86d698a08948b7d56a731f71c78 /nixpkgs | |
parent | f5ee7edf7d3d88b4f93d5f0e330e260f1d232c31 (diff) | |
download | user-config-7fe0b1aaca0ecd20b7e867f89a97e7e0668c87de.tar.gz user-config-7fe0b1aaca0ecd20b7e867f89a97e7e0668c87de.zip |
add apps and key
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/kusanagi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |