From 9addc8b4ca740e13463b013aea051bc183d4099f Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 29 May 2024 22:40:57 -0700 Subject: [PATCH] making nil happy --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 36050cf..79c67d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, inputs, ... }: +{ pkgs, inputs, ... }: { imports = [ inputs.home-manager.nixosModules.default ];