akiflags!

This commit is contained in:
kat witch 2021-07-24 05:56:33 +01:00
parent 2034846e0a
commit b5be3e5a50
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 155 additions and 1 deletions

View file

@ -25,7 +25,7 @@ in {
grep = "rg";
};
xdg.dataFile = { "z/.keep".text = ""; };
home.packages = with pkgs; [ fzf fd ];
home.packages = with pkgs; [ fzf fd akiflags ];
programs.zsh = {
enable = true;
enableAutosuggestions = true;