From 323b8af5aa0decec174eca366196438ca8efe746 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 24 Apr 2025 16:37:17 +0200 Subject: [PATCH] Removed modulespath --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 653c012..05f262d 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ }; }; - outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, modulesPath, home-manager, nix-colors, stylix, nixos-cosmic, ... }: + outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, nix-colors, stylix, nixos-cosmic, ... }: let system = "x86_64-linux"; overlay-unstable = final: prev: {