mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 15:39:41 +00:00
nix: refactor
This commit is contained in:
parent
4c0d465d0d
commit
fbee82f7bc
3 changed files with 11 additions and 17 deletions
|
|
@ -1,11 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
wired,
|
||||
...
|
||||
}: {
|
||||
{ pkgs, wired, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# fonts
|
||||
(nerdfonts.override {fonts = ["CascadiaCode" "JetBrainsMono" "Meslo"];})
|
||||
(nerdfonts.override { fonts = [ "CascadiaCode" "JetBrainsMono" "Meslo" ]; })
|
||||
lmodern
|
||||
noto-fonts
|
||||
noto-fonts-lgc-plus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue