style: reformat with nixpkgs-fmt
This commit is contained in:
parent
1be69caabb
commit
4b459f08d4
15 changed files with 398 additions and 130 deletions
|
@ -26,25 +26,15 @@
|
|||
font = {
|
||||
size = 12.0;
|
||||
|
||||
normal.family = "Meslo LG M";
|
||||
normal.family = "JetBrainsMono Nerd Font";
|
||||
|
||||
offset.y = 12;
|
||||
glyph_offset.y = 6;
|
||||
};
|
||||
|
||||
shell = {
|
||||
program = "zsh";
|
||||
};
|
||||
shell = { program = "zsh"; };
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
meslo-lg
|
||||
slack
|
||||
teams
|
||||
vlc
|
||||
xcape
|
||||
zoom-us
|
||||
];
|
||||
home.packages = with pkgs; [ discord meslo-lg slack teams vlc xcape zoom-us ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue