diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 06:46:56 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 06:46:56 +0100 |
| commit | d729ff068fd88c7140bf6e35fc32405f9ce62c90 (patch) | |
| tree | ff6a17e7f4bd97499b4c98738e52c4b711a1d04c /modules/common/default.nix | |
| parent | build.sh: Print diff at the end of building (diff) | |
| download | nixos-config-d729ff068fd88c7140bf6e35fc32405f9ce62c90.zip | |
modules/common: Don't autostart `gammastep` and `make` via river
Both have their own systemd user service.
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index faaeccf5..11bdb4c2 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -265,9 +265,7 @@ }; backgroundStart = [ # TODO(@bpeetz): Move these to systemd units/their own modules <2025-05-18> - pkgs.gammastep - pkgs.mako ["${lib.getExe pkgs.swaybg}" "--image" "${./abstract-nord.png}"] pkgs.swayidle pkgs.alacritty |
