Black-Don-Refactor #1

Merged
cookiez merged 5 commits from Black-Don-Refactor into main 2025-11-22 14:20:01 +01:00
19 changed files with 759 additions and 56 deletions
Showing only changes of commit c42feb3c42 - Show all commits

View File

@ -228,7 +228,7 @@
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users."{$username}" = { users.users.${username} = {
isNormalUser = true; isNormalUser = true;
description = "Cookiez"; description = "Cookiez";
extraGroups = [ "networkmanager" "wheel" "docker" ]; extraGroups = [ "networkmanager" "wheel" "docker" ];