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