fix statix

This commit is contained in:
Vivian 2022-12-01 22:13:05 +01:00
parent b397a78f8c
commit 52c58f4995
14 changed files with 106 additions and 101 deletions

View file

@ -1,9 +1,9 @@
{ lib, config, pkgs, inputs, ... }:
let
tex = (pkgs.texlive.combine {
tex = pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-full;
dnd-5e-latex-template = { pkgs = [ pkgs.v.dnd-5e-latex-template ]; };
});
};
in {
programs.home-manager.enable = true;

View file

@ -21,8 +21,7 @@ in {
};
cursorTheme = {
name = cursorTheme;
package = config.home.pointerCursor.package;
size = config.home.pointerCursor.size;
inherit (config.home.pointerCursor) package size;
};
};