I'm going insane
This commit is contained in:
parent
ef1fcc1c42
commit
9308337aa1
2 changed files with 1 additions and 2 deletions
|
|
@ -34,7 +34,6 @@
|
|||
inherit system;
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
home-manager.nixosModule
|
||||
{ nixpkgs.overlays = [ unstable-overlay ]; }
|
||||
./hosts/NixFrame/configuration.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue