From b653dbc0ca57631b2e02f65bca46860148e6c5a9 Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Fri, 1 Mar 2024 02:08:22 -0800 Subject: [PATCH] 72 current 2024-03-01 02:08:18 23.11.4801.b7ee09cf5614 6.1.79 * --- configuration.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/configuration.nix b/configuration.nix index bcbd382..84ecb61 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.