1
1
Fork 0

Remove some unused settings

This commit is contained in:
Jaculabilis 2023-01-30 20:24:14 +00:00
parent f004d2587a
commit c90c3e8202
1 changed files with 5 additions and 14 deletions

View File

@ -12,7 +12,7 @@
networking.networkmanager.enable = true;
# Set your time zone.
# time.timeZone = "Europe/Amsterdam";
time.timeZone = "America/Los_Angeles";
# Select internationalisation properties.
# i18n.defaultLocale = "en_US.UTF-8";
@ -22,9 +22,6 @@
# useXkbConfig = true; # use xkbOptions in tty.
# };
# Enable the X11 windowing system.
# services.xserver.enable = true;
# Configure keymap in X11
# services.xserver.layout = "us";
# services.xserver.xkbOptions = {
@ -39,9 +36,6 @@
# sound.enable = true;
# hardware.pulseaudio.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
# users.users.alice = {
# isNormalUser = true;
@ -55,15 +49,12 @@
users.users.tvb = {
isNormalUser = true;
extraGroups = [ "wheel" ];
packages = with pkgs; [
git
htop
];
};
# List packages installed in system profile. To search, run:
# $ nix search wget
# environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
# ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;