Configure git

This commit is contained in:
2026-02-26 21:04:54 +01:00
parent 8c2c715aa3
commit 6903724321
4 changed files with 54 additions and 17 deletions

View File

@@ -49,15 +49,6 @@
# Configure console keymap
console.keyMap = "de-latin1";
# Define a user account. Don't forget to set a password with passwd.
users.users.nichkara = {
isNormalUser = true;
description = "Nina Chloé Kassandra";
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp"];
packages = with pkgs; [];
shell = pkgs.zsh;
};
environment.systemPackages = with pkgs; [
wget
networkmanager