diff options
| author | seth <[email protected]> | 2023-03-08 15:36:32 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-08 15:36:32 -0500 |
| commit | ef06053f7ec657e649daec90bf9428646fb948af (patch) | |
| tree | e63b02c39ea785153bf250d60fb890793886f5b2 /hosts | |
| parent | fa7a407bda1b26b413702287f227629af0798f55 (diff) | |
remove unused config lambda
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/glados/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index e8b083e..0efc154 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -1,8 +1,4 @@ -{ - config, - home-manager, - ... -}: { +{home-manager, ...}: { imports = [ ../../profiles/desktop/gnome ../../profiles/hardware/nvidia.nix |
