diff options
Diffstat (limited to 'os/cez/modules/wayland.nix')
-rw-r--r-- | os/cez/modules/wayland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/cez/modules/wayland.nix b/os/cez/modules/wayland.nix index 1ce04cf..b6499b7 100644 --- a/os/cez/modules/wayland.nix +++ b/os/cez/modules/wayland.nix @@ -1,5 +1,5 @@ { config, pkgs, ... }: let - user = config.userdata.name; + user = config.global.userdata.name; in { # pkgs environment.systemPackages = with pkgs; [ |