123 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
Max Känner 2024-03-09 11:40:01 +01:00
parent dbd6c31160
commit 9d8479c88d

View File

@ -221,4 +221,27 @@
x11.defaultCursor = "capitaine-cursors-white"; x11.defaultCursor = "capitaine-cursors-white";
}; };
xsession.enable = true; xsession.enable = true;
home.file."tofi" = {
enable = true;
target = ".config/tofi/config";
text = ''
# fullscreen theming
width = 100%
height = 100%
border-width = 0
outline-width = 0
padding-top = 32
result-spacing = 25
font = FiraCode Nerd Font
background-color = #000D
text-color = #00FFEE
selection-color = #EEFF00
hint-font = false
# search behavior
history = true
fuzzy-match = true
'';
};
} }