This commit is contained in:
BalrajSinghGidda
2026-04-01 19:17:18 +05:30
parent f48828249a
commit 5c0eabce7e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
preload = /home/balraj/nixos-dotfiles/modules/nixos/wallpapers/Pictures/nix.png
wallpaper = ,/home/balraj/nixos-dotfiles/modules/nixos/wallpapers/Pictures/nix.png
wallpaper = /home/balraj/nixos-dotfiles/modules/nixos/wallpapers/Pictures/nix.png
splash = false

View File

@@ -87,7 +87,7 @@
# User account configuration - CHANGE 'balraj' to your username!
users.users.balraj = {
isNormalUser = true;
extraGroups = ["wheel" "networking"]; # wheel = sudo access
extraGroups = ["wheel" "networking" "docker"]; # wheel = sudo access
packages = with pkgs; [
tree # Directory tree visualization
];