This commit is contained in:
2026-01-22 12:32:01 -07:00
parent 0e4f3ab06d
commit 35f53978e7
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
nixpkgs.config.allowUnfree = true;
environment.variables.BROWSER = "librewolf";
environment.variables.SSH_AUTH_SOCK = "/home/user/.bitwarden-ssh-agent.sock";
environment.variables.SSH_AUTH_SOCK = "/home/atridad/.bitwarden-ssh-agent.sock";
environment.systemPackages =
with pkgs; [

View File

@@ -3,7 +3,7 @@
{
users.groups.plugdev.gid = 69420;
users.users.user = {
users.users.atridad = {
isNormalUser = true;
description = "Atridad";
extraGroups = [ "networkmanager" "wheel" "docker" "plugdev" ];