diff --git a/hosts/d2nix/nixos/configuration.nix b/hosts/d2nix/nixos/configuration.nix index 8742eee..e5ff176 100644 --- a/hosts/d2nix/nixos/configuration.nix +++ b/hosts/d2nix/nixos/configuration.nix @@ -151,6 +151,7 @@ pam_u2f gsmartcontrol lm_sensors + wezterm ]; # Some programs need SUID wrappers, can be configured further or are diff --git a/modules/common.nix b/modules/common.nix index d732972..d2c0868 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -18,6 +18,7 @@ age lsd htop + wezterm ]; # Nix Garbage Collector nix.gc = {