2024-04-18
This commit is contained in:
@@ -20,7 +20,7 @@ in
|
||||
share = false;
|
||||
};
|
||||
shellAliases = {
|
||||
cat = "bat";
|
||||
cat = "bat -pp";
|
||||
ls = "eza";
|
||||
tree = "eza -T";
|
||||
df = "df -h";
|
||||
@@ -78,6 +78,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
home.packages = lib.optionals (config.profiles.gui.enable && config ? nixpkgs) [
|
||||
pkgs.dan.mesloNFp10k
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user