From 9d5acd1b87453778a6dba126e47ff42f3c59a317 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 24 Sep 2025 11:48:01 +0300 Subject: [PATCH] fuck it --- modules/nix-settings.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix index 3c1d774..f297ed5 100644 --- a/modules/nix-settings.nix +++ b/modules/nix-settings.nix @@ -44,15 +44,15 @@ # Commented out because it doesnt match if i switch a system # to another nixpkgs with a different flake input name - # nixpkgs.flake = inputs.nixpkgs; + nixpkgs.flake = inputs.nixpkgs; - nixpkgs = { - from = { type = "indirect"; id = "nixpkgs"; }; - to = { - path = pkgs.path; - type = "path"; - }; - }; + # nixpkgs = { + # from = { type = "indirect"; id = "nixpkgs"; }; + # to = { + # path = pkgs.path; + # type = "path"; + # }; + # }; osbm-nvim.flake = inputs.osbm-nvim; my-nixpkgs.to = {