This website requires JavaScript.
Explore
Help
Sign in
caem
/
nixos-system-config
Watch
1
Fork
You've already forked nixos-system-config
0
Code
Releases
Activity
724a874c97
nixos-system-config
/
modules
/
system
/
fonts.nix
9 lines
81 B
Nix
Raw
Normal View
History
Unescape
Escape
Refactor the entire configuration With the release of the Nvidia 555 beta drivers and their improvements to the Wayland experience I've finally decided to return to NixOS with Hyprland again after 2 years of running Gentoo and Opensuse Tumbleweed on X11. So this is me committing the work done so far from the last couple of days. Future commits will be more incremental.
2024-05-24 21:33:00 +02:00
{
pkgs
,
.
.
.
}:
{
fonts
.
packages
=
with
pkgs
;
[
fix: pkgs.nerdfonts -> pkgs.nerd-fonts.go-mono
2024-12-01 10:38:40 +01:00
nerd-fonts
.
go-mono
Refactor the entire configuration With the release of the Nvidia 555 beta drivers and their improvements to the Wayland experience I've finally decided to return to NixOS with Hyprland again after 2 years of running Gentoo and Opensuse Tumbleweed on X11. So this is me committing the work done so far from the last couple of days. Future commits will be more incremental.
2024-05-24 21:33:00 +02:00
]
;
}
Copy permalink