From 54a7a826511276e6d3b456e71eb3eaed9819e58f Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 30 Jun 2024 01:24:09 -0700 Subject: [PATCH] moving xclip to dwm setup --- hosts/snowhawk/configuration.nix | 2 -- modules/dwm.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index dff55b3..cda8069 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -75,8 +75,6 @@ git-credential-oauth - xclip - uhk-agent rustup diff --git a/modules/dwm.nix b/modules/dwm.nix index bb8d7dc..d1a127e 100644 --- a/modules/dwm.nix +++ b/modules/dwm.nix @@ -46,6 +46,7 @@ in environment.systemPackages = with pkgs; [ dmenu + xclip ]; }; }