mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
+ seafile - franz
This commit is contained in:
@@ -284,7 +284,10 @@ in {
|
||||
notifier = ''${pkgs.libnotify}/bin/notify-send -u normal -a xautolock "Locking soon" "The screen will lock in 10 seconds."'';
|
||||
};
|
||||
displayManager.auto = { enable = true; user = "kfm"; };
|
||||
displayManager.sessionCommands = "${pkgs.dropbox-cli}/bin/dropbox start";
|
||||
displayManager.sessionCommands = ''
|
||||
${pkgs.dropbox-cli}/bin/dropbox start
|
||||
${pkgs.seafile-client}/bin/seafile-applet
|
||||
'';
|
||||
desktopManager.xterm.enable = false;
|
||||
desktopManager.wallpaper.mode = "fill";
|
||||
windowManager.default = "i3";
|
||||
|
||||
Reference in New Issue
Block a user