Added wl-clipboard to sway config
This commit is contained in:
parent
caa07b9be6
commit
ebc64912db
|
@ -39,6 +39,8 @@ in {
|
||||||
# pamixer
|
# pamixer
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [wl-clipboard];
|
||||||
|
|
||||||
aa.home.extraOptions = {
|
aa.home.extraOptions = {
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
|
||||||
stow
|
stow
|
||||||
zsh
|
zsh
|
||||||
sanoid
|
sanoid
|
||||||
|
|
Loading…
Reference in a new issue