From 8f2708d137900f40a5fed6362571ff2fda335cb0 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sun, 23 Feb 2025 14:52:28 +0100 Subject: [PATCH] Removed unnecessary imports --- user-modules/shell/bash.nix | 1 - user-modules/shell/default.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/user-modules/shell/bash.nix b/user-modules/shell/bash.nix index c391b33..8d8cfb4 100644 --- a/user-modules/shell/bash.nix +++ b/user-modules/shell/bash.nix @@ -1,7 +1,6 @@ { lib, config, - pkgs, ... }: diff --git a/user-modules/shell/default.nix b/user-modules/shell/default.nix index 5ade290..e15d2a6 100644 --- a/user-modules/shell/default.nix +++ b/user-modules/shell/default.nix @@ -1,7 +1,5 @@ { - pkgs, lib, - config, ... }: