working on meli, bunch of stuff

This commit is contained in:
nx2
2024-03-17 12:46:31 +01:00
parent 774e8f08ae
commit 23cc6752ab
21 changed files with 1066 additions and 162 deletions

View File

@@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
home.packages = [
pkgs.zoxide
];
programs.zoxide = {
enable = true;
enableFishIntegration = true;
};
}