various improvements to the "me" user home configuration
also added multiple TODO items
This commit is contained in:
parent
01e3449449
commit
e1ad9dab83
10 changed files with 70 additions and 8 deletions
|
|
@ -50,6 +50,12 @@
|
|||
username = "me";
|
||||
homeDirectory = "/home/me";
|
||||
|
||||
shellAliases = {
|
||||
rip = "rg"; # ripgrep
|
||||
brip = "batgrep"; # bat + ripgrep
|
||||
man = "batman"; # bat + man
|
||||
};
|
||||
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
# x11.enable = true # dont enable since im on hyprland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue