small stuff

This commit is contained in:
Peder Bergebakken Sundt 2023-06-14 12:24:53 +02:00
parent 5abdd2368c
commit fe6fb4ed5e
3 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* [x] Make a flake
* [x] merge hosted docs into a single subdomain
* [x] Setup some remote-development and deploy flow
* [ ] host older versions of nixpkgs documentation (like 20.09)
* [ ] add a hidpi profile? https://wiki.archlinux.org/title/HiDPI
* [ ] rocm
* [ ] xclip

View File

@ -24,6 +24,7 @@
"__pycache__"
"*.pyc"
];
programs.git.iniContent.init.defaultBranch = "main";
home.shellAliases = {
# git gud

View File

@ -37,6 +37,8 @@
home.shellAliases.dush = "du -shc * | sort -h";
home.shellAliases.dushd = "du -shc * .[!.]?* | sort -h";
home.shellAliases.open = "xdg-open";
home.shellAliases.diff = "diff -u --color"; # eyo
home.shellAliases.ip = "ip -br -color";
home.shellAliases.rssh = "ssh -l root";