diff options
author | stuebinm | 2023-09-20 17:06:44 +0200 |
---|---|---|
committer | stuebinm | 2023-09-20 17:06:44 +0200 |
commit | bdbc7a3142654adb20256e8b9f65d5b9c7e8c863 (patch) | |
tree | 185b5d352c6c2bc315cf7ef54701dfb371abfb95 /home | |
parent | 90485d0dbd789fa08411203c941b4a0d79166d03 (diff) |
home: add yazi
could also be configured via home-manager apparently, but ony on
unstable for now. future TODO i guess.
Diffstat (limited to '')
-rw-r--r-- | home/unstable.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/unstable.nix b/home/unstable.nix index a53bc39..deea5b3 100644 --- a/home/unstable.nix +++ b/home/unstable.nix @@ -15,6 +15,7 @@ with import inputs.nixpkgs-unstable {inherit system; }; ''; }) gleam + yazi ]; xdg.desktopEntries."Signal" = { |