First commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home-manager/base.nix
|
||||
];
|
||||
|
||||
home.username = "henrov";
|
||||
home.homeDirectory = "/home/henrov";
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
Reference in New Issue
Block a user