use athenix instead of ugaif
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
] ++ lib.optional (config.ugaif.sw.type == "desktop") ghostty;
|
] ++ lib.optional (config.athenix.sw.type == "desktop") ghostty;
|
||||||
|
|
||||||
# Example: Add user to additional groups
|
# Example: Add user to additional groups
|
||||||
# users.users.myusername.extraGroups = [ "docker" ];
|
# users.users.myusername.extraGroups = [ "docker" ];
|
||||||
|
|||||||
6
user.nix
6
user.nix
@@ -4,7 +4,7 @@
|
|||||||
# User Configuration for hdh20267
|
# User Configuration for hdh20267
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# This file configures BOTH:
|
# 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.*)
|
# 2. Home-manager configuration (home.*, programs.*, services.*)
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# ========== User Account Configuration ==========
|
# ========== User Account Configuration ==========
|
||||||
ugaif.users.hdh20267 = {
|
athenix.users.hdh20267 = {
|
||||||
description = "Hunter Halloran";
|
description = "Hunter Halloran";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
hashedPassword = "!";
|
hashedPassword = "!";
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
bat
|
bat
|
||||||
] ++ lib.optional (osConfig.ugaif.sw.type or null == "desktop") ghostty;
|
] ++ lib.optional (osConfig.athenix.sw.type or null == "desktop") ghostty;
|
||||||
|
|
||||||
# ========== Programs ==========
|
# ========== Programs ==========
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user