mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(seafile): start in bg
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ 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 = {
|
||||
"Seafile/Seafile Client.conf".source = (pkgs.formats.ini {}).generate "Seafile Client.conf" {
|
||||
|
||||
Reference in New Issue
Block a user