absol
This commit is contained in:
parent
8ef3153af4
commit
4fe2641ec7
2 changed files with 3 additions and 2 deletions
|
@ -68,6 +68,7 @@
|
|||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
time.hardwareClockInLocalTime = true;
|
||||
|
||||
i18n.supportedLocales = [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
|
@ -181,7 +182,7 @@
|
|||
fonts = {
|
||||
fontDir.enable = true; # links fonts to /run/current-system/sw/share/X11/fonts
|
||||
packages = with pkgs; [
|
||||
((nerdfonts.override { fonts = [ "Hack" "DejaVuSansMono" "DroidSansMono" "Noto" ]; }))
|
||||
# ((nerdfonts.override { fonts = [ "Hack" "DejaVuSansMono" "DroidSansMono" "Noto" ]; }))
|
||||
mononoki
|
||||
# noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
jdk11
|
||||
coq
|
||||
gcc
|
||||
gdb
|
||||
ghc
|
||||
cabal-install
|
||||
haskell-language-server
|
||||
|
@ -71,7 +72,6 @@
|
|||
inputs.hyprland-contrib.packages.${pkgs.system}.grimblast
|
||||
bluez
|
||||
htop
|
||||
archiver
|
||||
zip
|
||||
unzip
|
||||
emacs
|
||||
|
|
Loading…
Reference in a new issue