vps now has better command colouring
This commit is contained in:
parent
c0dda89f83
commit
6e3221a410
2 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,12 @@
|
||||||
config.allowUnfree = false;
|
config.allowUnfree = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
../modules/fish.nix
|
||||||
|
../modules/bat.nix
|
||||||
|
../modules/btop.nix
|
||||||
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "ae";
|
username = "ae";
|
||||||
homeDirectory = "/home/ae";
|
homeDirectory = "/home/ae";
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
morphBashToFish = lib.mkEnableOption "morphBashToFish";
|
morphBashToFish = lib.mkEnableOption "morphBashToFish";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: make the greeting controllable (ie so my VPS can be different)
|
||||||
config = {
|
config = {
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue