Migrate to flake
This commit is contained in:
parent
7e24481850
commit
6cdbba8c60
42 changed files with 842 additions and 770 deletions
14
home/fhauser/applications/mako.nix
Normal file
14
home/fhauser/applications/mako.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.mako = {
|
||||
enable = true;
|
||||
backgroundColor = "#CCCCCCCC"; # TODO: Make layout colors in a central place
|
||||
borderSize = 0;
|
||||
#borderColor = "#4C7899FF";
|
||||
defaultTimeout = 1500;
|
||||
#ignoreTimeout = true;
|
||||
#textColor = "#FFFFFFFF";
|
||||
#width = 300;
|
||||
#height = 100;
|
||||
#font = "monospace 10";
|
||||
}; # TODO
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue