many changes that i am to lazy to put into individual commits

This commit is contained in:
Sebastian Moser
2023-11-04 14:47:42 +01:00
parent ea9acf8f62
commit dca6b03573
13 changed files with 285 additions and 41 deletions

4
users/root/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{ ... }:
{
home-manager.users.root = import ./home.nix;
}