This commit is contained in:
Leonardo Eugênio 2022-12-01 23:13:00 -03:00
parent b9b85657db
commit 8ee461d1de
9 changed files with 21 additions and 28 deletions

View file

@ -1,6 +1,5 @@
{ config, pkgs, lib, inputs, ... }:
let inherit (import ./variables.nix) key theme color accent font desktop;
let inherit (import ./variables.nix) desktop;
in {
imports = [
./controller.nix