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,5 +1,5 @@
|
|||
{ config, pkgs, lib, font, ... }:
|
||||
let inherit (import ./variables.nix) desktop browser;
|
||||
let inherit (pkgs.uservars) desktop browser;
|
||||
in {
|
||||
config = {
|
||||
programs.firefox = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue