diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-10 03:59:19 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-10 03:59:19 -0800 |
commit | 570901512da178449d7cef2755574e9e786457b3 (patch) | |
tree | 4efe4c75ba56fc7215ac7817c523b93ff5a21a17 /desktop/configuration.nix | |
parent | f776ae123afedce16d891a4153917320579ce262 (diff) |
clean up config
Diffstat (limited to 'desktop/configuration.nix')
-rw-r--r-- | desktop/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |