mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
m
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user