[nix] Add socat package & change systemd targets for emacs

This commit is contained in:
Sebastian Schulze 2022-04-05 13:12:21 +02:00
parent 864f4dda9d
commit d390f517b0
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,7 @@ in
unstable.pkgs.darktable
unstable.pkgs.foot
unstable.pkgs.qutebrowser
pkgs.socat
pkgs.age
pkgs.gnuplot
pkgs.sqlite
@ -344,7 +345,7 @@ in
Type = "notify";
};
Install = {
WantedBy = [ "default.target" ];
WantedBy = [ "graphical-session.target" ];
};
};
@ -397,7 +398,7 @@ in
RestartSec = 5;
};
Install = {
WantedBy = [ "graphical-session.target" ];
WantedBy = [ "graphical-session-pre.target" ];
};
};