Avoid importing the same file multiple times
This commit is contained in:
parent
59c60cf9b2
commit
794613626e
18 changed files with 21 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
inherit (import ./variables.nix) key theme color accent font;
|
||||
inherit (pkgs.uservars) key theme color accent font;
|
||||
color_picker = pkgs.writeShellScript "color_picker" ''
|
||||
grim -g "$(slurp -b aabbcc00 -p)" - |
|
||||
convert - txt:- |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue