home: split programs/services into their own modules

This commit is contained in:
2024-11-19 10:42:23 +01:00
parent b8bd8612bb
commit 4e1eb31336
16 changed files with 97 additions and 47 deletions

7
home/programs/bottom.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
programs.bottom = {
enable = true;
settings.flags.enable_gpu = true;
};
}