diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index afa86ef..89b135f 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -6,6 +6,8 @@ ... }: let inherit (lib) getExe getExe'; + + inherit (config.myOptions.other.system) username; in { nixpkgs.config.allowUnfree = true; @@ -31,7 +33,7 @@ in { security.polkit.enable = true; - users.users.${config.myOptions.other.system.username} = { + users.users.${username} = { extraGroups = [ "video" ]; }; @@ -141,7 +143,6 @@ in { programs = { agenix.enable = true; nh = let - inherit (config.myOptions.other.system) username; home = config.home-manager.users.${username}.home.homeDirectory; in { enable = true; @@ -170,7 +171,6 @@ in { land = { enable = true; extraSettings = let - inherit (config.myOptions.other.system) username; hmCfg = config.home-manager.users.${username}; swww = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.swww; nix_wallpaper = pkgs.fetchurl {