From ac0dc744514c5ad95214f0ea309dbd11aa422454 Mon Sep 17 00:00:00 2001 From: Aode Date: Fri, 10 Feb 2023 19:48:02 -0600 Subject: [PATCH] Remove unused attr --- user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.nix b/user.nix index d595f77..e9e6fc2 100644 --- a/user.nix +++ b/user.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { # Define a user account. Don't forget to set a password with `passwd`.