Recreated flake files

This commit is contained in:
2026-03-12 19:49:12 +01:00
parent 47cddfa9af
commit afeb2c0c82
2 changed files with 15 additions and 182 deletions
@@ -1,4 +1,12 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
@@ -22,7 +30,10 @@
# User configuration
users.users.${user.username} = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [
"wheel"
"networkmanager"
];
hashedPassword = user.hashedPassword;
home = user.homeDirectory;
};