From a6a9b728ee36a02f2cb8de4aa2db75ffbc8beac2 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:31:41 -0500 Subject: [PATCH] fix --- boxes/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/desktop/configuration.nix b/boxes/desktop/configuration.nix index 62c4ac3..53606da 100644 --- a/boxes/desktop/configuration.nix +++ b/boxes/desktop/configuration.nix @@ -1,7 +1,7 @@ # Edit this configuration file to define what should be installed onconfiguraticonfig # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). - +{config, pkgs, inputs, ...}: { imports = [