72 current 2024-03-01 02:08:18 23.11.4801.b7ee09cf5614 6.1.79 *
This commit is contained in:
parent
eabf444e34
commit
b653dbc0ca
|
@ -55,6 +55,7 @@
|
||||||
services.xserver.displayManager.sessionCommands = ''
|
services.xserver.displayManager.sessionCommands = ''
|
||||||
slstatus &
|
slstatus &
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
|
clipcatd &
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
|
@ -165,19 +166,6 @@ nitrogen --restore &
|
||||||
enableSSHSupport = true;
|
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:
|
# List services that you want to enable:
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
|
|
Loading…
Reference in New Issue