From f588550601fe6351b2fed9c859266be8178c9e2a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 7 Mar 2024 15:56:28 -0600 Subject: [PATCH] refactor(nix-hm): remove unused bindings --- config/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default.nix b/config/default.nix index fcf7a593..9967d603 100644 --- a/config/default.nix +++ b/config/default.nix @@ -1,4 +1,4 @@ -{ self, pkgs, config, inputs, lib, ... }: +{ pkgs, config, lib, ... }: let dotsDir = "${config.home.homeDirectory}/.config/home-manager/dots"; softLinkDots = dir: @@ -11,7 +11,6 @@ let }) # HACK: We don't use the absolute path in readDir to respect pure evaluation in nix flakes. (builtins.attrNames (builtins.readDir ../dots/${dir})))); - gtkStyle = "gtk2"; nixGLWrap = pkg: pkgs.runCommand "${pkg.name}-nixgl-wrapper" { } '' mkdir $out