Update github actions
This commit is contained in:
21
home/system/tofi/default.nix
Normal file
21
home/system/tofi/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
background = "#${config.lib.stylix.colors.base00}";
|
||||
font = "${config.stylix.fonts.serif.name}";
|
||||
in {
|
||||
programs.tofi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background-color = background;
|
||||
border-width = 0;
|
||||
font = font;
|
||||
height = "100%";
|
||||
num-results = 5;
|
||||
outline-width = 0;
|
||||
padding-left = "35%";
|
||||
padding-top = "35%";
|
||||
result-spacing = 25;
|
||||
width = "100%";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user