mv pkgs that I forgot before
This commit is contained in:
parent
3379ce4c3c
commit
a42df2c07e
@ -22,7 +22,6 @@
|
|||||||
lf
|
lf
|
||||||
arduino-ide
|
arduino-ide
|
||||||
calibre
|
calibre
|
||||||
base16-schemes
|
|
||||||
tor
|
tor
|
||||||
tshark
|
tshark
|
||||||
freecad-wayland
|
freecad-wayland
|
||||||
|
|||||||
@ -12,5 +12,6 @@ in
|
|||||||
config = mkIf config.smayzy.stylix.enable {
|
config = mkIf config.smayzy.stylix.enable {
|
||||||
stylix.enable = true;
|
stylix.enable = true;
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
|
||||||
|
environment.systemPackages = with pkgs; [ base16-schemes ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user