50 current 2024-02-29 22:49:45 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-02-29 22:49:49 -05:00
parent 867fe1c21e
commit 4386ed8699
2 changed files with 172 additions and 81 deletions

View file

@ -121,11 +121,14 @@
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
programs.zsh.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.zack = {
isNormalUser = true;
description = "zack";
extraGroups = ["networkmanager" "wheel"];
extraGroups = ["networkmanager" "wheel" "docker"];
shell = pkgs.zsh;
packages = with pkgs; [
firefox
kate
@ -134,6 +137,9 @@
];
};
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
home-manager = {
extraSpecialArgs = {inherit inputs;};
users = {