treewide: remove variables from pkgs
This commit is contained in:
parent
741d67c4ec
commit
0f4ac759c6
38 changed files with 60 additions and 64 deletions
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (pkgs.uservars) accent theme editor;
|
||||
inherit (config.my) accent theme editor;
|
||||
inherit (theme) color;
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue