This commit is contained in:
Leon Vatthauer 2025-01-20 13:11:25 +01:00
parent 8ef3153af4
commit 4fe2641ec7
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 3 additions and 2 deletions

View file

@ -68,6 +68,7 @@
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
time.hardwareClockInLocalTime = true;
i18n.supportedLocales = [ i18n.supportedLocales = [
"en_US.UTF-8/UTF-8" "en_US.UTF-8/UTF-8"
@ -181,7 +182,7 @@
fonts = { fonts = {
fontDir.enable = true; # links fonts to /run/current-system/sw/share/X11/fonts fontDir.enable = true; # links fonts to /run/current-system/sw/share/X11/fonts
packages = with pkgs; [ packages = with pkgs; [
((nerdfonts.override { fonts = [ "Hack" "DejaVuSansMono" "DroidSansMono" "Noto" ]; })) # ((nerdfonts.override { fonts = [ "Hack" "DejaVuSansMono" "DroidSansMono" "Noto" ]; }))
mononoki mononoki
# noto-fonts # noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans

View file

@ -48,6 +48,7 @@
jdk11 jdk11
coq coq
gcc gcc
gdb
ghc ghc
cabal-install cabal-install
haskell-language-server haskell-language-server
@ -71,7 +72,6 @@
inputs.hyprland-contrib.packages.${pkgs.system}.grimblast inputs.hyprland-contrib.packages.${pkgs.system}.grimblast
bluez bluez
htop htop
archiver
zip zip
unzip unzip
emacs emacs