Remove references to username in home-manager config
This commit is contained in:
parent
089436e641
commit
fa4cfc0a25
3 changed files with 14 additions and 9 deletions
|
@ -1,4 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
username = "pim";
|
||||
homeDirectory = "/home/pim";
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
|
||||
home.packages = with pkgs.unstable; [
|
||||
devenv
|
||||
vlc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue