refactor(nix-hm): remove unused bindings
This commit is contained in:
parent
98bfed667d
commit
f588550601
@ -1,4 +1,4 @@
|
|||||||
{ self, pkgs, config, inputs, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
let
|
let
|
||||||
dotsDir = "${config.home.homeDirectory}/.config/home-manager/dots";
|
dotsDir = "${config.home.homeDirectory}/.config/home-manager/dots";
|
||||||
softLinkDots = dir:
|
softLinkDots = dir:
|
||||||
@ -11,7 +11,6 @@ let
|
|||||||
})
|
})
|
||||||
# HACK: We don't use the absolute path in readDir to respect pure evaluation in nix flakes.
|
# HACK: We don't use the absolute path in readDir to respect pure evaluation in nix flakes.
|
||||||
(builtins.attrNames (builtins.readDir ../dots/${dir}))));
|
(builtins.attrNames (builtins.readDir ../dots/${dir}))));
|
||||||
gtkStyle = "gtk2";
|
|
||||||
nixGLWrap = pkg:
|
nixGLWrap = pkg:
|
||||||
pkgs.runCommand "${pkg.name}-nixgl-wrapper" { } ''
|
pkgs.runCommand "${pkg.name}-nixgl-wrapper" { } ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
Loading…
Reference in New Issue
Block a user