Compare commits
No commits in common. "f6bd7bd16414a9cd1908534a3d58d14d5581c55c" and "fa2267c1a6ec75818d63db772da2cb44785e65d0" have entirely different histories.
f6bd7bd164
...
fa2267c1a6
2 changed files with 6 additions and 4 deletions
|
@ -19,7 +19,6 @@
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
utils.enable = true;
|
utils.enable = true;
|
||||||
vifm.enable = true;
|
vifm.enable = true;
|
||||||
zellij.enable = true;
|
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
web.firefox = {
|
web.firefox = {
|
||||||
|
|
|
@ -7,8 +7,11 @@
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
libertine
|
libertine
|
||||||
libnotify
|
libnotify
|
||||||
nerd-fonts.fira-code
|
(nerdfonts.override {
|
||||||
nerd-fonts.fira-mono
|
fonts = [
|
||||||
|
"FiraCode"
|
||||||
|
];
|
||||||
|
})
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
slurp
|
slurp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue