Successfully melded nixvim configuration into the sysflake itself rather than using it as a flake input
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user