add reboot, switch on boot and domain options

This commit is contained in:
2023-09-01 11:16:38 +02:00
parent 9300fe1c74
commit a36d959e9e
3 changed files with 59 additions and 13 deletions

View File

@@ -133,6 +133,11 @@ in
enable = true;
theme = "gentoo";
};
shellAliases = {
":q" = "exit";
".." = "cd ..";
"grep" = "grep --color=auto";
};
};
};