diff options
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 |