Compare commits
2 commits
cb748fedaa
...
7ca46b27d1
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ca46b27d1 | |||
| 27d0d1de30 |
2 changed files with 2 additions and 1 deletions
|
|
@ -107,7 +107,6 @@
|
|||
packages = with nixpkgs.legacyPackages.x86_64-linux; [
|
||||
agenix.packages.x86_64-linux.default
|
||||
git
|
||||
plasma5Packages.plasma-sdk
|
||||
nix-diff
|
||||
];
|
||||
shellHook =''
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@ in
|
|||
};
|
||||
directory = {
|
||||
disabled = false;
|
||||
truncation_length = 6;
|
||||
truncation_symbol = ".../";
|
||||
};
|
||||
palette = "catppuccin_${catppuccinFlavour}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue