✨ feat(cb): Install Clipboard & remove copyq
This commit is contained in:
parent
ceb4bf3cde
commit
5ce838cb1d
3 changed files with 11 additions and 1 deletions
10
home/services/clipboard.nix
Normal file
10
home/services/clipboard.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
clipboard-jh
|
||||||
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
CLIPBOARD_THEME = "ansi";
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./clipboard.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
''
|
''
|
||||||
sudo mount -a
|
sudo mount -a
|
||||||
"$HOME/.config/xrandr/desktop.sh"
|
"$HOME/.config/xrandr/desktop.sh"
|
||||||
copyq &
|
|
||||||
mpd &
|
mpd &
|
||||||
pidgin &
|
pidgin &
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue