diff options
author | makefu <github@syntax-fehler.de> | 2022-11-06 09:57:21 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-11-06 09:57:21 +0100 |
commit | fcb5d44b931b777aaf62d68f31c0a5142c23363c (patch) | |
tree | 8d1f19ebb8cdf47597948d00cec17b9aab1b882e /makefu/2configs/main-laptop.nix | |
parent | 883d695ec74a3b4793d103ced534b3f9e84cb7ff (diff) |
ma gui: restructure main-laptop
Diffstat (limited to 'makefu/2configs/main-laptop.nix')
-rw-r--r-- | makefu/2configs/main-laptop.nix | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/makefu/2configs/main-laptop.nix b/makefu/2configs/main-laptop.nix index cb78c823f..a7181cfe9 100644 --- a/makefu/2configs/main-laptop.nix +++ b/makefu/2configs/main-laptop.nix @@ -12,6 +12,7 @@ let in { imports = [ ./gui/base.nix + ./gui/look-up.nix ./fetchWallpaper.nix ./zsh-user.nix ./tools/core.nix @@ -72,15 +73,4 @@ in { location.latitude = 48.7; location.longitude = 9.1; - systemd.services.look-up = { - startAt = "*:30"; - serviceConfig = { - ExecStart= pkgs.writeDash "look-up" '' - set -x - eval "export '$(egrep -z DBUS_SESSION_BUS_ADDRESS /proc/$(${pkgs.procps}/bin/pgrep -u ${user} ${window-manager})/environ)'" - ${pkgs.libnotify}/bin/notify-send -u critical -t 9999999 'look up once in a while' - ''; - User = user; - }; - }; } |