new website
Some checks failed
/ lint (push) Failing after 39s

This commit is contained in:
Jana Dönszelmann 2026-05-01 21:31:13 +02:00
parent 4d58ae60b0
commit 8102d1d009
No known key found for this signature in database
17 changed files with 371 additions and 273 deletions

View file

@ -36,7 +36,7 @@ inputs@{ machine, ... }:
EDITOR = "nvim";
};
packages = with pkgs-unstable; [
packages = with pkgs; [
tree-sitter
(pkgs.stdenv.mkDerivation {
name = "editor-hax";
@ -83,7 +83,7 @@ inputs@{ machine, ... }:
clipboard.providers.wl-copy.enable = true;
performance = {
byteCompileLua.enable = true;
byteCompileLua.enable = false;
combinePlugins = {
enable = false;
@ -93,12 +93,12 @@ inputs@{ machine, ... }:
};
};
extraLuaPackages = ps: [ ps.magick ];
# extraLuaPackages = ps: [ ps.magick ];
extraPackages = [ pkgs.imagemagick ];
# package = (import inputs.unstable { inherit (pkgs) system; }).neovim-unwrapped;
# package = pkgs.neovim-unwrapped;
package = with pkgs-unstable; neovim-unwrapped;
# package = with pkgs-unstable; neovim-unwrapped;
colorschemes.onedark = {
enable = true;