Actualiser configuration.nix

This commit is contained in:
2026-08-18 09:15:03 +02:00
parent a17fe9b7a7
commit 39e6a5f144
-11
View File
@@ -83,17 +83,6 @@
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users."localadm" = {
isNormalUser = true;
description = "localadm";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
kdePackages.kate
# thunderbird
];
};
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;