Removed modulespath

This commit is contained in:
xeovalyte 2025-04-24 16:37:17 +02:00
parent 8a425afdde
commit 323b8af5aa
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -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: {