massive lsp evaluated rewrite
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
description = "A very basic flake";
|
||||
|
||||
description = "JawZ NixOS flake setup";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
@@ -87,6 +86,8 @@
|
||||
discord = super.discord.override { withOpenASAR = true; };
|
||||
ripgrep = super.ripgrep.override { withPCRE2 = true; };
|
||||
blender = super.blender.override { cudaSupport = true; };
|
||||
papirus-icon-theme =
|
||||
super.papirus-icon-theme.override { color = "adwaita"; };
|
||||
})
|
||||
];
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user