feat: use user and theme attributes
This commit is contained in:
parent
428b91c3d5
commit
27b66ec830
6 changed files with 19 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, username, ... }:
|
||||
{ pkgs, user, ... }:
|
||||
|
||||
{
|
||||
home.username = "${username}";
|
||||
home.homeDirectory = "/home/${username}";
|
||||
home.username = user;
|
||||
home.homeDirectory = "/home/${user}";
|
||||
|
||||
home.stateVersion = "24.05"; # Please read the comment before changing.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue