diff options
| author | seth <[email protected]> | 2023-05-03 03:52:15 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-03 03:52:15 -0400 |
| commit | d5aa9c43eec40a85a31b9962797dba6a5dc3d039 (patch) | |
| tree | 343976c3de82ec9e7a77153912678b775d9bb4c3 /hosts/glados | |
| parent | 38dbaccf97e344ad5dd4b7cfc466b95667a43239 (diff) | |
remove unused bindings/withs
Diffstat (limited to 'hosts/glados')
| -rw-r--r-- | hosts/glados/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 509a040..26e48a8 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -1,4 +1,4 @@ -{home-manager, ...}: { +_: { imports = [ ./boot.nix ./hardware-configuration.nix |
