caandt
This commit is contained in:
parent
e6f2aa347e
commit
63b9e30da3
|
|
@ -4,5 +4,4 @@
|
|||
];
|
||||
|
||||
home.username = "ahnwuoa";
|
||||
home.homeDirectory = "/home/${config.home.username}";
|
||||
}
|
||||
|
|
|
|||
7
hosts/iyokan/users/caandt/default.nix
Normal file
7
hosts/iyokan/users/caandt/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../../../../user
|
||||
];
|
||||
|
||||
home.username = "caandt";
|
||||
}
|
||||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue