This commit is contained in:
Vivian 2024-12-04 15:13:10 +01:00
parent 359c8534f9
commit 1e633dd97d
8 changed files with 105 additions and 67 deletions

View file

@ -93,19 +93,19 @@
fonts.packages = with pkgs; [
material-design-icons
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
dejavu_fonts
(nerdfonts.override {
fonts = [
"DejaVuSansMono"
"Ubuntu"
"DroidSansMono"
"NerdFontsSymbolsOnly"
];
})
nerd-fonts.dejavu-sans-mono
nerd-fonts.ubuntu
nerd-fonts.droid-sans-mono
nerd-fonts.symbols-only
];
programs = {
steam = {
enable = true;