fix: format

This commit is contained in:
Barrett Ruth 2026-02-17 09:02:23 -05:00
parent 61d2bd2895
commit 5766fe81dd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 12 additions and 3 deletions

View file

@ -43,7 +43,16 @@ in
luarocks
tree-sitter
nixfmt-tree
(texlive.combine { inherit (texlive) scheme-small latexindent latexmk lastpage pgf collection-fontsrecommended; })
(texlive.combine {
inherit (texlive)
scheme-small
latexindent
latexmk
lastpage
pgf
collection-fontsrecommended
;
})
];
programs.neovim = {

View file

@ -313,8 +313,8 @@ in
include ${config.xdg.configHome}/dunst/themes/theme.conf
'';
systemd.user.services.dunst.Service.ExecStart = lib.mkForce
"${pkgs.dunst}/bin/dunst -config ${config.xdg.configHome}/dunst/config";
systemd.user.services.dunst.Service.ExecStart =
lib.mkForce "${pkgs.dunst}/bin/dunst -config ${config.xdg.configHome}/dunst/config";
xdg.configFile."waybar/themes/midnight.css".text = mkWaybarTheme config.palettes.midnight;
xdg.configFile."waybar/themes/daylight.css".text = mkWaybarTheme config.palettes.daylight;