From 570901512da178449d7cef2755574e9e786457b3 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 10 Jan 2025 03:59:19 -0800 Subject: clean up config --- desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/configuration.nix') diff --git a/desktop/configuration.nix b/desktop/configuration.nix index 92b0731..79bc5fa 100644 --- a/desktop/configuration.nix +++ b/desktop/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, inputs, ... }: +{ pkgs, lib, ... }: let vars = import ./vars.nix; in -- cgit