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.
|
# 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue