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, lib, config, pkgs, ... }:
{ lib, config, pkgs, ... }:
let
mypkgs = import ../packages/all-packages.nix {
inherit pkgs lib config;