refactor(nix-hm): remove unused bindings

This commit is contained in:
Price Hiller 2024-03-07 15:56:28 -06:00
parent 98bfed667d
commit f588550601
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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