diff --git a/home/services/clipboard.nix b/home/services/clipboard.nix new file mode 100644 index 0000000..f114539 --- /dev/null +++ b/home/services/clipboard.nix @@ -0,0 +1,10 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ + clipboard-jh + ]; + + home.sessionVariables = { + CLIPBOARD_THEME = "ansi"; + }; +} diff --git a/home/services/default.nix b/home/services/default.nix index 22bd2ff..25e0baf 100644 --- a/home/services/default.nix +++ b/home/services/default.nix @@ -1,6 +1,7 @@ { ... }: { imports = [ + ./clipboard.nix ./syncthing.nix ]; } diff --git a/home/xorg/xsession.nix b/home/xorg/xsession.nix index 2f4dbc1..fbbbf74 100644 --- a/home/xorg/xsession.nix +++ b/home/xorg/xsession.nix @@ -11,7 +11,6 @@ '' sudo mount -a "$HOME/.config/xrandr/desktop.sh" - copyq & mpd & pidgin & '';