init
This commit is contained in:
9
packages/mako/config
Normal file
9
packages/mako/config
Normal file
@@ -0,0 +1,9 @@
|
||||
# Colors
|
||||
|
||||
background-color=#1e1e2e
|
||||
text-color=#cdd6f4
|
||||
border-color=#cba6f7
|
||||
progress-color=over #313244
|
||||
|
||||
[urgency=high]
|
||||
border-color=#fab387
|
||||
12
packages/mako/default.nix
Normal file
12
packages/mako/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, config, lib, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
mako
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/mako/config" = {
|
||||
source = "/etc/nixos/packages/mako/config" ;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user