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.