Added nixos configs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home-manager/base.nix
|
||||
];
|
||||
|
||||
home.username = "henrov";
|
||||
home.homeDirectory = "/home/henrov";
|
||||
|
||||
# Required by Home Manager. Pick the version you first started using HM with.
|
||||
# If unsure: use the current stable release version you're targeting.
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
# Let Home Manager manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user