I'm going insane

This commit is contained in:
Benson Chu 2024-01-06 12:30:44 -06:00
parent ef1fcc1c42
commit 9308337aa1
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@
inherit system;
specialArgs = { inherit inputs; };
modules = [
home-manager.nixosModule
{ nixpkgs.overlays = [ unstable-overlay ]; }
./hosts/NixFrame/configuration.nix
];

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [