mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates, fixes, adding some s/mime tools
This commit is contained in:
parent
683d9145c9
commit
7ec7fcf46e
7 changed files with 27 additions and 39 deletions
|
@ -74,7 +74,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
programs.mako = {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
backgroundColor = "#${config.colorScheme.colors.base02}FF";
|
||||
borderRadius = 20;
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
comma # run any command
|
||||
kleopatra
|
||||
python310Packages.pyhanko
|
||||
|
||||
# graphics
|
||||
evince # pdf viewer
|
||||
|
|
|
@ -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={}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue