format
This commit is contained in:
parent
e513320653
commit
b6731802a8
3 changed files with 27 additions and 6 deletions
|
@ -51,7 +51,15 @@
|
|||
whois
|
||||
mtr
|
||||
]
|
||||
++ (if config.networking.hostName == "toaster" then [ gitFull git-lfs ] else [ git ]);
|
||||
++ (
|
||||
if config.networking.hostName == "toaster" then
|
||||
[
|
||||
gitFull
|
||||
git-lfs
|
||||
]
|
||||
else
|
||||
[ git ]
|
||||
);
|
||||
|
||||
environment.variables =
|
||||
let
|
||||
|
|
|
@ -27,7 +27,12 @@
|
|||
twitter-color-emoji
|
||||
iosevka-bin
|
||||
cozette
|
||||
(nerdfonts.override { fonts = [ "Hack" "3270" ]; })
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"Hack"
|
||||
"3270"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
fonts.enableDefaultPackages = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue