mirror of
https://github.com/kmein/niveum
synced 2026-03-29 16:51:07 +02:00
Compare commits
3 Commits
aac1a2e813
...
5249d6ab0d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5249d6ab0d | |||
| 9a00809a2d | |||
| 376a2e115c |
@@ -57,7 +57,7 @@ in
|
|||||||
environment.NOTMUCH_CONFIG = config.home-manager.users.email.home.sessionVariables.NOTMUCH_CONFIG;
|
environment.NOTMUCH_CONFIG = config.home-manager.users.email.home.sessionVariables.NOTMUCH_CONFIG;
|
||||||
path = [ pkgs.notmuch pkgs.openssh ];
|
path = [ pkgs.notmuch pkgs.openssh ];
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.isync}/bin/mbsync --all
|
${pkgs.isync}/bin/mbsync --all || true
|
||||||
|
|
||||||
${lib.concatMapStringsSep "\n" (host: ''
|
${lib.concatMapStringsSep "\n" (host: ''
|
||||||
echo === syncing ${host}
|
echo === syncing ${host}
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ in
|
|||||||
105264 # Was andere Sprachen anders machen
|
105264 # Was andere Sprachen anders machen
|
||||||
104991 # Warum klingt Orkisch böse
|
104991 # Warum klingt Orkisch böse
|
||||||
105074 # Litauisch
|
105074 # Litauisch
|
||||||
|
103685 # Griechische Sprache und Übersetzung I
|
||||||
];
|
];
|
||||||
download_submissions = true;
|
download_submissions = true;
|
||||||
download_descriptions = true;
|
download_descriptions = true;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
services.xserver.displayManager.sessionCommands = "${pkgs.seafile-client}/bin/seafile-applet";
|
services.xserver.displayManager.sessionCommands = "${pkgs.seafile-client}/bin/seafile-applet &";
|
||||||
|
|
||||||
home-manager.users.me.xdg.configFile = {
|
home-manager.users.me.xdg.configFile = {
|
||||||
"Seafile/Seafile Client.conf".source = (pkgs.formats.ini {}).generate "Seafile Client.conf" {
|
"Seafile/Seafile Client.conf".source = (pkgs.formats.ini {}).generate "Seafile Client.conf" {
|
||||||
|
|||||||
Reference in New Issue
Block a user