clean up airy config
This commit is contained in:
parent
0e16b9d224
commit
21f9ce006c
2 changed files with 1 additions and 2 deletions
|
@ -76,7 +76,6 @@
|
|||
];
|
||||
home-manager.users.cyryl = {...}: {
|
||||
imports = [
|
||||
../../home-manager/programs/kitty.nix
|
||||
];
|
||||
home.sessionPath = ["$HOME/bin"];
|
||||
home.packages = with pkgs; [];
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
eza = {
|
||||
enable = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
icons = "auto";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue