diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-25 22:16:58 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-25 22:16:58 +0200 |
commit | b6b07d44fc09c76624211d7858053bf5f6e5f73b (patch) | |
tree | afe03c45e995c38af2c70bcfe54da6d16e8b46c1 /hosts | |
parent | Implement disko as a module (#2) (diff) | |
download | nixos-config-b6b07d44fc09c76624211d7858053bf5f6e5f73b.tar.gz nixos-config-b6b07d44fc09c76624211d7858053bf5f6e5f73b.tar.bz2 nixos-config-b6b07d44fc09c76624211d7858053bf5f6e5f73b.zip |
Add xclip package
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 7c6a25e..944b9e6 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -103,6 +103,7 @@ pciutils gnupg comma + xclip ]; environment.defaultPackages = [ ]; |