Compare commits

...

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -107,7 +107,6 @@
packages = with nixpkgs.legacyPackages.x86_64-linux; [
agenix.packages.x86_64-linux.default
git
plasma5Packages.plasma-sdk
nix-diff
];
shellHook =''

View file

@ -43,6 +43,8 @@ in
};
directory = {
disabled = false;
truncation_length = 6;
truncation_symbol = ".../";
};
palette = "catppuccin_${catppuccinFlavour}";
}