Removed unnecessary inputs from nix home files

This commit is contained in:
Random936
2024-09-21 00:04:35 -07:00
parent 6670c91cc9
commit ac9c051a87
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, config, pkgs, user, ... }: {
{ pkgs, user, ... }: {
home = {
username = "${user}";