From a6bef1d8f9c0ab0deef928f470cf595696dcb382 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 2 Apr 2025 10:48:42 +0100 Subject: [PATCH] Remove wl-clipboard --- hosts/PW05CH3L/configuration.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/PW05CH3L/configuration.nix b/hosts/PW05CH3L/configuration.nix index ffea18f8..75dd43ea 100644 --- a/hosts/PW05CH3L/configuration.nix +++ b/hosts/PW05CH3L/configuration.nix @@ -1,9 +1,4 @@ -{ - inputs, - pkgs, - username, - ... -}: +{ inputs, username, ... }: { imports = [ @@ -11,10 +6,6 @@ ../../users/opdavies ]; - environment.systemPackages = with pkgs; [ - wl-clipboard - ]; - nixosModules = { docker.enable = true; };