1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

+ seafile - franz

This commit is contained in:
Kierán Meinhardt
2018-10-07 09:13:30 +02:00
parent 61669bdf2d
commit 5e34c8a59e
2 changed files with 5 additions and 2 deletions

View File

@@ -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";

View File

@@ -74,7 +74,6 @@ with pkgs;
clojure
ctags
dropbox-cli
franz
fsharp
gcc
ghc
@@ -103,6 +102,7 @@ with pkgs;
ruby
rustup
scala
seafile-client
spotify
swiProlog
tinycc