From d46068a1fe8ef91654f7225c23983fecc1b2c8c3 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Tue, 5 Dec 2023 20:12:19 +0000 Subject: [PATCH] web : ADD wezterm d2nix : ADD wezterm --- hosts/d2nix/nixos/configuration.nix | 1 + modules/common.nix | 1 + 2 files changed, 2 insertions(+) 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 = {