Compare commits
3 Commits
3feeb67ebc
...
d8539107a6
Author | SHA1 | Date | |
---|---|---|---|
d8539107a6 | |||
6417a25829 | |||
91173d6bad |
@ -18,6 +18,10 @@
|
||||
# Pick only one of the below networking options.
|
||||
# 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.extraHosts =
|
||||
''
|
||||
10.101.111.1 bitwarden.ekzyis.com
|
||||
'';
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
@ -122,10 +126,12 @@
|
||||
autorandr
|
||||
brave
|
||||
vscodium
|
||||
neovim
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user