Compare commits
3 Commits
3feeb67ebc
...
d8539107a6
Author | SHA1 | Date | |
---|---|---|---|
d8539107a6 | |||
6417a25829 | |||
91173d6bad |
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user