Skip to content

Commit

Permalink
feat(nixos): Install wezterm on server for wezterm ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 31, 2024
1 parent 94d7a6a commit 9ec332d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hosts/server/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, ... }: {
{ inputs, ... }: {
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#
Expand All @@ -17,6 +17,10 @@
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "23.11";

# wezterm binary on server for wezterm ssh
environment.systemPackages =
[ inputs.wezterm-nightly.packages.x86_64-linux.default ];

imports = [
./hardware-configuration.nix
./secrets.nix
Expand Down

0 comments on commit 9ec332d

Please sign in to comment.