vps now has better command colouring

This commit is contained in:
Emile Clark-Boman 2025-08-02 22:45:40 +10:00
parent c0dda89f83
commit 6e3221a410
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,12 @@
config.allowUnfree = false;
};
imports = [
../modules/fish.nix
../modules/bat.nix
../modules/btop.nix
];
home = {
username = "ae";
homeDirectory = "/home/ae";