Fri Jun 21 02:08:04 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-21 14:08:04 +02:00
parent cab316b9e1
commit 13709da5ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ inputs, config, pkgs, ... }:
{
home.username = "root";
home.homeDirectory = "/home/root";
home.homeDirectory = "/root";
nix = {
package = pkgs.nix;
};