Compare commits

...

3 Commits

Author SHA1 Message Date
d8539107a6 Add 10.101.111.1 bitwarden.ekzyis.com to /etc/hosts 2024-04-26 02:29:57 +02:00
6417a25829 Add hack from nerd-fonts 2024-04-26 02:25:09 +02:00
91173d6bad Install neovim 2024-04-26 02:24:24 +02:00

View File

@ -18,6 +18,10 @@
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.extraHosts =
''
10.101.111.1 bitwarden.ekzyis.com
'';
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
@ -122,10 +126,12 @@
autorandr autorandr
brave brave
vscodium vscodium
neovim
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
hack-font noto-fonts noto-fonts-cjk noto-fonts-color-emoji hack-font noto-fonts noto-fonts-cjk noto-fonts-color-emoji
(nerdfonts.override { fonts = [ "Hack" ]; })
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are