home: split programs/services into their own modules
This commit is contained in:
7
home/programs/bottom.nix
Normal file
7
home/programs/bottom.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.bottom = {
|
||||
enable = true;
|
||||
settings.flags.enable_gpu = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user