Use stylix theme for nixvim

This commit is contained in:
Dave Gallant
2024-06-01 07:09:38 -04:00
parent 9a6a6eeec6
commit e6c63e9c2e
4 changed files with 40 additions and 88 deletions

View File

@@ -2,13 +2,25 @@
description = "nixos and macos configurations";
inputs = {
darwin.url = "github:lnl7/nix-darwin";
home-manager.url = "github:nix-community/home-manager/release-24.05";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixvim.url = "github:nix-community/nixvim";
stylix.url = "github:danth/stylix";
darwin = {
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =