From eb635395a116a2e0f311c541634701fdf00768ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Thu, 24 Apr 2025 10:45:24 +0200 Subject: [PATCH 1/2] add zellij to default packages --- nix/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configuration.nix b/nix/configuration.nix index 49d275a..d3c9fc4 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -134,6 +134,7 @@ xclip xdo zathura + zellij ] ++ [ nur.repos.sn0wm1x.naiveproxy-bin From 1989b56dc5074241ed4cbf83ccd4dd44b2c3f39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Thu, 24 Apr 2025 10:45:50 +0200 Subject: [PATCH 2/2] configure shell for wg account --- nix/kleiner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/kleiner.nix b/nix/kleiner.nix index ddba748..6e99028 100644 --- a/nix/kleiner.nix +++ b/nix/kleiner.nix @@ -57,6 +57,7 @@ in openssh.authorizedKeys.keys = sshKeys.iora ++ sshKeys.zentux; + shell = pkgs.bash; }; iora = {