use athenix instead of ugaif
This commit is contained in:
6
user.nix
6
user.nix
@@ -4,7 +4,7 @@
|
||||
# User Configuration for hdh20267
|
||||
# ============================================================================
|
||||
# This file configures BOTH:
|
||||
# 1. User account options (ugaif.users.hdh20267)
|
||||
# 1. User account options (athenix.users.hdh20267)
|
||||
# 2. Home-manager configuration (home.*, programs.*, services.*)
|
||||
|
||||
{
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
{
|
||||
# ========== User Account Configuration ==========
|
||||
ugaif.users.hdh20267 = {
|
||||
athenix.users.hdh20267 = {
|
||||
description = "Hunter Halloran";
|
||||
shell = pkgs.zsh;
|
||||
hashedPassword = "!";
|
||||
@@ -38,7 +38,7 @@
|
||||
ripgrep
|
||||
fd
|
||||
bat
|
||||
] ++ lib.optional (osConfig.ugaif.sw.type or null == "desktop") ghostty;
|
||||
] ++ lib.optional (osConfig.athenix.sw.type or null == "desktop") ghostty;
|
||||
|
||||
# ========== Programs ==========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user