mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +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."'';
|
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.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.xterm.enable = false;
|
||||||
desktopManager.wallpaper.mode = "fill";
|
desktopManager.wallpaper.mode = "fill";
|
||||||
windowManager.default = "i3";
|
windowManager.default = "i3";
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ with pkgs;
|
|||||||
clojure
|
clojure
|
||||||
ctags
|
ctags
|
||||||
dropbox-cli
|
dropbox-cli
|
||||||
franz
|
|
||||||
fsharp
|
fsharp
|
||||||
gcc
|
gcc
|
||||||
ghc
|
ghc
|
||||||
@@ -103,6 +102,7 @@ with pkgs;
|
|||||||
ruby
|
ruby
|
||||||
rustup
|
rustup
|
||||||
scala
|
scala
|
||||||
|
seafile-client
|
||||||
spotify
|
spotify
|
||||||
swiProlog
|
swiProlog
|
||||||
tinycc
|
tinycc
|
||||||
|
|||||||
Reference in New Issue
Block a user