feat: ralph, waybar, formatted
This commit is contained in:
parent
774daebdff
commit
1eb01464e1
38 changed files with 1913 additions and 609 deletions
|
|
@ -1,14 +1,17 @@
|
|||
{ self, inputs, ... }: {
|
||||
flake.nixosModules.fonts = { pkgs, lib, ... }: {
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-color-emoji
|
||||
liberation_ttf
|
||||
nerd-fonts.martian-mono
|
||||
dina-font
|
||||
proggyfonts
|
||||
ripgrep
|
||||
];
|
||||
};
|
||||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.nixosModules.fonts =
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-color-emoji
|
||||
liberation_ttf
|
||||
nerd-fonts.martian-mono
|
||||
dina-font
|
||||
proggyfonts
|
||||
ripgrep
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue