Successfully melded nixvim configuration into the sysflake itself rather than using it as a flake input

This commit is contained in:
pagedmov
2024-10-18 19:24:52 -04:00
parent 860bcb3bc6
commit f4c430c2c5
4 changed files with 37 additions and 36 deletions

View File

@@ -28,11 +28,6 @@
url = "github:gerg-l/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
toilet = {
url = "github:pagedMov/toilet-extra-fonts";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@@ -41,7 +36,6 @@
home-manager,
self,
nixvim,
toilet,
stylix,
...
} @ inputs: let