feat(cb): Install Clipboard & remove copyq

This commit is contained in:
punkfairie 2024-11-03 11:00:29 -08:00
parent ceb4bf3cde
commit 5ce838cb1d
3 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
clipboard-jh
];
home.sessionVariables = {
CLIPBOARD_THEME = "ansi";
};
}

View file

@ -1,6 +1,7 @@
{ ... }:
{
imports = [
./clipboard.nix
./syncthing.nix
];
}

View file

@ -11,7 +11,6 @@
''
sudo mount -a
"$HOME/.config/xrandr/desktop.sh"
copyq &
mpd &
pidgin &
'';