1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

Fix light-locker, google-drive; add power to lightdm

This commit is contained in:
Kierán Meinhardt
2019-01-29 23:12:30 +01:00
parent de70d77478
commit bc05f2e736
3 changed files with 9 additions and 12 deletions

View File

@@ -19,14 +19,14 @@
${pkgs.dropbox-cli}/bin/dropbox start &
${pkgs.seafile-client}/bin/seafile-applet &
${pkgs.systemd}/bin/systemctl --user import-environment XDG_SESSION_PATH
${pkgs.lightlocker}/bin/light-locker
${pkgs.lightlocker}/bin/light-locker &
${pkgs.openssh}/bin/ssh-add
'';
displayManager.lightdm.greeters.gtk = {
enable = true;
theme = { name = config.constants.theme.gtk.name; package = config.constants.theme.gtk.package; };
iconTheme = { name = config.constants.theme.icon.name; package = config.constants.theme.icon.package; };
indicators = [ "~spacer" "~host" "~spacer" "~session" ];
indicators = [ "~spacer" "~host" "~spacer" "~session" "~power" ];
};
desktopManager.xterm.enable = false;
windowManager.default = "i3";

View File

@@ -30,7 +30,7 @@ in with pkgs;
] ++ [ # office
abiword
gnumeric
typora
# typora
] ++ [ # theme
config.constants.theme.gtk.package
config.constants.theme.icon.package