Add SSH configuration, move more things to xdg dirs
This commit is contained in:
parent
48ce4411be
commit
517b0a5981
14 changed files with 67 additions and 35 deletions
7
modules/home/settings/user/default.nix
Normal file
7
modules/home/settings/user/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
home = {
|
||||
username = "bun";
|
||||
homeDirectory = "/home/${config.home.username}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue