mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
wlsunset, dwarf fortress, mail fixes
This commit is contained in:
parent
78b5dad1d9
commit
b283eb634f
8 changed files with 48 additions and 29 deletions
|
@ -225,6 +225,11 @@ in
|
|||
farPattern = "Drafts";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.spamtrain = {
|
||||
nearPattern = "Spamtrain";
|
||||
farPattern = "Spamtrain";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
};
|
||||
extraConfig = {
|
||||
account = {
|
||||
|
@ -237,7 +242,7 @@ in
|
|||
{
|
||||
enable = true;
|
||||
mailboxName = " iFSR";
|
||||
extraMailboxes = lib.lists.forEach [ c.admin c.sent c.trash c.junk c.drafts ] (x: x.nearPattern);
|
||||
extraMailboxes = lib.lists.forEach [ c.admin c.sent c.spamtrain c.trash c.junk c.drafts ] (x: x.nearPattern);
|
||||
};
|
||||
};
|
||||
"gmail" = rec {
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
ffmpeg
|
||||
drawio
|
||||
|
||||
thunderbird
|
||||
|
||||
# sound
|
||||
pavucontrol
|
||||
x32edit
|
||||
|
@ -33,6 +31,7 @@
|
|||
gomuks # alternative matrix client
|
||||
|
||||
# games
|
||||
dwarf-fortress-packages.dwarf-fortress-full
|
||||
prismlauncher # minecraft, but it actually works # not anymore lol
|
||||
superTuxKart
|
||||
|
||||
|
@ -44,6 +43,7 @@
|
|||
pass
|
||||
|
||||
# misc
|
||||
btop
|
||||
asciinema
|
||||
neofetch # obligatory
|
||||
virt-manager
|
||||
|
|
|
@ -38,6 +38,10 @@ in
|
|||
hostname = "quitte.ifsr.de";
|
||||
user = "root";
|
||||
};
|
||||
"tomate" = {
|
||||
hostname = "tomate.ifsr.de";
|
||||
user = "root";
|
||||
};
|
||||
"nuc" = {
|
||||
hostname = "192.168.10.2";
|
||||
user = "root";
|
||||
|
|
|
@ -42,6 +42,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.wlsunset = {
|
||||
enable = true;
|
||||
longitude = "13";
|
||||
latitude = "51";
|
||||
temperature = {
|
||||
night = 4300;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"swaync".source = ./swaync;
|
||||
"fuzzel/fuzzel.ini".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue