Initial Commit

This commit is contained in:
Henry Hiles 2023-07-01 18:01:50 -04:00
parent 0b2e96ffc4
commit e705cfd463
11 changed files with 595 additions and 0 deletions

8
home-manager/btop.nix Normal file
View file

@ -0,0 +1,8 @@
{
programs.btop = {
enable = true;
settings = {
theme_background = false;
};
};
}