fix: remove duplicate extraSpecialArgs in gortium.nix

This commit is contained in:
2026-06-17 08:30:01 -04:00
parent b4b928a985
commit 09add9f5e4

View File

@@ -1,9 +1,6 @@
{ pkgs, inputs, config, keys, ... }: {
home-manager.extraSpecialArgs = { inherit (config.networking) hostName; dotfiles = ../../assets/dotfiles; };
home-manager.users.gortium = import ./home.nix;
home-manager.extraSpecialArgs = {
hostName = config.networking.hostName;
};
users.users.gortium = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" "video" "render"];