Recreated flake files
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
flakeRoot,
|
||||
...
|
||||
}:
|
||||
|
||||
@@ -11,11 +10,13 @@ let
|
||||
user = import ./henrov.nix;
|
||||
in
|
||||
{
|
||||
config = {
|
||||
# User-specific configurations
|
||||
home-manager.users.${user.username} = {
|
||||
enable = true;
|
||||
homeDirectory = user.homeDirectory;
|
||||
};
|
||||
home-manager.users.${user.username} = {
|
||||
home.stateVersion = "25.11";
|
||||
home.username = user.username;
|
||||
home.homeDirectory = user.homeDirectory;
|
||||
home.packages = with pkgs; [
|
||||
direnv
|
||||
git-extras
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user