style: change some nix formatting

This commit is contained in:
matt1432 2024-06-09 22:49:30 -04:00
parent 7ea031e84e
commit 158f0a6813
28 changed files with 84 additions and 137 deletions
home
firefox/addons
foot.nix
theme

View file

@ -25,9 +25,7 @@
allowSubstitutes = true;
buildCommand =
/*
bash
*/
# bash
''
dst="$out/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
mkdir -p "$dst"

View file

@ -8,9 +8,7 @@ in {
programs = {
# https://codeberg.org/dnkl/foot/wiki#spawning-new-terminal-instances-in-the-current-working-directory
bash.bashrcExtra =
/*
bash
*/
# bash
''
osc7_cwd() {
local strlen=''${#PWD}

View file

@ -21,9 +21,7 @@ in {
xdg.configFile = let
floatFont = lib.strings.floatToString fontSize;
qtconf =
/*
ini
*/
# ini
''
[Fonts]
fixed="Sans Serif,${floatFont},-1,5,50,0,0,0,0,0"