adhere to nixos systems

This commit is contained in:
2024-09-03 22:24:20 -04:00
parent fac5e52f36
commit 9350ff271f
12 changed files with 108 additions and 97 deletions

View File

@ -1,10 +1,8 @@
{ lib, config, ... }:
{
{...}: {
programs.eza = {
enable = true;
enableFishIntegration = true;
extraOptions = [
];
};
}
}