clean up airy config

This commit is contained in:
Cyryl Płotnicki 2025-01-04 21:41:22 +00:00
parent 0e16b9d224
commit 21f9ce006c
2 changed files with 1 additions and 2 deletions

View file

@ -76,7 +76,6 @@
]; ];
home-manager.users.cyryl = {...}: { home-manager.users.cyryl = {...}: {
imports = [ imports = [
../../home-manager/programs/kitty.nix
]; ];
home.sessionPath = ["$HOME/bin"]; home.sessionPath = ["$HOME/bin"];
home.packages = with pkgs; []; home.packages = with pkgs; [];

View file

@ -37,7 +37,7 @@
eza = { eza = {
enable = true; enable = true;
git = true; git = true;
icons = true; icons = "auto";
}; };
}; };
} }