lynx: accomodate user change

This commit is contained in:
Zynh Ludwig 2025-02-27 00:05:15 -08:00
parent ba37b9fc31
commit 7b9ed8add0
2 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
nix.optimise.automatic = true; nix.optimise.automatic = true;
environment.variables = { environment.variables = {
NH_FLAKE = "/Users/zynh/nixos"; NH_FLAKE = "/Users/ravenshade/nixos";
}; };
environment.shells = with pkgs; [ bashInteractive zsh fish ]; environment.shells = with pkgs; [ bashInteractive zsh fish ];
@ -178,13 +178,13 @@
security.pam.enableSudoTouchIdAuth = true; security.pam.enableSudoTouchIdAuth = true;
users.users.zynh = { users.users.ravenshade = {
name = "zynh"; name = "ravenshade";
home = "/Users/zynh"; home = "/Users/ravenshade";
}; };
home-manager = { home-manager = {
users = { "zynh" = import ./home.nix; }; users = { "ravenshade" = import ./home.nix; };
backupFileExtension = "backup"; backupFileExtension = "backup";
}; };

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }: { pkgs, lib, config, ... }:
{ {
imports = [ imports = [
@ -57,8 +57,8 @@
colors.primary.background = lib.mkForce "#171717"; colors.primary.background = lib.mkForce "#171717";
}; };
home.username = "zynh"; home.username = "ravenshade";
home.homeDirectory = "/Users/zynh"; home.homeDirectory = "/Users/ravenshade";
home.packages = with pkgs; [ home.packages = with pkgs; [
nix-output-monitor nix-output-monitor