Compare commits
No commits in common. "d8539107a67eb7d92f78a751d62f51de1ad0046d" and "3feeb67ebc3eeaaea44b586de704c32524f75c89" have entirely different histories.
d8539107a6
...
3feeb67ebc
@ -18,10 +18,6 @@
|
|||||||
# 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";
|
||||||
@ -126,12 +122,10 @@
|
|||||||
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