72 current 2024-03-01 02:08:18 23.11.4801.b7ee09cf5614 6.1.79 *
Signed-off-by: Sky Hearn <sky.hearn@pm.me>
This commit is contained in:
parent
2a4b3abfd3
commit
44acbb8246
|
@ -55,6 +55,7 @@
|
|||
services.xserver.displayManager.sessionCommands = ''
|
||||
slstatus &
|
||||
nitrogen --restore &
|
||||
clipcatd &
|
||||
'';
|
||||
|
||||
# Configure keymap in X11
|
||||
|
@ -165,19 +166,6 @@ nitrogen --restore &
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
# clipcat systemd service
|
||||
systemd.services.clipcat = {
|
||||
partOf = [ "graphical-session.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
description = "Clipcat Daemon";
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = ''/home/sky/.nix-profile/bin/clipcatd --no-daemon --replace''; # TODO: Make this not terrible
|
||||
Restart = "on-failure";
|
||||
Type = "simple";
|
||||
};
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
Loading…
Reference in New Issue