updates, fixes, adding some s/mime tools

This commit is contained in:
Rouven Seifert 2023-03-02 19:01:48 +01:00
parent 683d9145c9
commit 7ec7fcf46e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 27 additions and 39 deletions

View file

@ -74,7 +74,7 @@
'';
};
programs.mako = {
services.mako = {
enable = true;
backgroundColor = "#${config.colorScheme.colors.base02}FF";
borderRadius = 20;

View file

@ -10,6 +10,8 @@
xdg-utils # used for xdg-open
snapper-gui
comma # run any command
kleopatra
python310Packages.pyhanko
# graphics
evince # pdf viewer

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
programs.qutebrowser = {
#enable = true; it's broken at the momant
enable = true;
searchEngines = {
DEFAULT = "https://duckduckgo.com/?q={}";
aw = "https://wiki.archlinux.org/?search={}";