add git config to root
This commit is contained in:
parent
a9089ad1db
commit
4352e7eeef
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/applications
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = "root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue