theyre ass
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
#TODO: Make a proper config
|
||||
};
|
||||
};
|
||||
|
||||
# Catppuccin
|
||||
catppuccin.btop = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user