mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
feat: work on laptop and shell stuff
This commit is contained in:
parent
a4b63004fb
commit
1071288f6e
21 changed files with 165 additions and 38 deletions
6
home/profiles/shell/bottom.nix
Normal file
6
home/profiles/shell/bottom.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.bottom = {
|
||||
enable = true;
|
||||
package = pkgs.bottom;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue