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
|
luarocks
|
||||||
tree-sitter
|
tree-sitter
|
||||||
nixfmt-tree
|
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 = {
|
programs.neovim = {
|
||||||
|
|
|
||||||
|
|
@ -313,8 +313,8 @@ in
|
||||||
include ${config.xdg.configHome}/dunst/themes/theme.conf
|
include ${config.xdg.configHome}/dunst/themes/theme.conf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
systemd.user.services.dunst.Service.ExecStart = lib.mkForce
|
systemd.user.services.dunst.Service.ExecStart =
|
||||||
"${pkgs.dunst}/bin/dunst -config ${config.xdg.configHome}/dunst/config";
|
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/midnight.css".text = mkWaybarTheme config.palettes.midnight;
|
||||||
xdg.configFile."waybar/themes/daylight.css".text = mkWaybarTheme config.palettes.daylight;
|
xdg.configFile."waybar/themes/daylight.css".text = mkWaybarTheme config.palettes.daylight;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue