This commit is contained in:
caandt 2024-10-27 13:05:06 -05:00
parent e6f2aa347e
commit 63b9e30da3
3 changed files with 9 additions and 1 deletions

View file

@ -4,5 +4,4 @@
];
home.username = "ahnwuoa";
home.homeDirectory = "/home/${config.home.username}";
}

View file

@ -0,0 +1,7 @@
{...}: {
imports = [
../../../../user
];
home.username = "caandt";
}

View file

@ -1,9 +1,11 @@
{
config,
lib,
pkgs,
pkgs-stable,
...
}: {
home.homeDirectory = lib.mkDefault "/home/${config.home.username}";
home.packages = with pkgs; [
(pkgs.symlinkJoin {
name = "firefox";