better software repartition

This commit is contained in:
chloe 2025-07-02 21:22:26 +02:00
parent 64a306d83c
commit 48c2b6f207
5 changed files with 26 additions and 21 deletions

View file

@ -5,6 +5,7 @@
{
config,
lib,
username,
pkgs,
inputs,
...
@ -78,7 +79,7 @@
environment.pathsToLink = [ "/share/zsh" ];
# Define a user account. Don't forget to set a password with passwd.
users.users.harry123 = {
users.users.${username} = {
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = [