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 = {...}: {
|
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; [];
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
eza = {
|
eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
git = true;
|
git = true;
|
||||||
icons = true;
|
icons = "auto";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue