fix: format
This commit is contained in:
parent
61d2bd2895
commit
5766fe81dd
2 changed files with 12 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue