feat: work on laptop and shell stuff

This commit is contained in:
Kat Inskip 2025-10-22 17:07:43 -07:00
parent a4b63004fb
commit 1071288f6e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
21 changed files with 165 additions and 38 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.bottom = {
enable = true;
package = pkgs.bottom;
};
}