From 11e4fe073d264ce131b8d831cad0c29b62000f32 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 18 Dec 2022 16:05:48 +0100 Subject: [PATCH] Add kitty and basic programs # Immetti il messaggio di commit per le modifiche. Le righe che iniziano --- baldur/configuration.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/baldur/configuration.nix b/baldur/configuration.nix index 9933100..c616765 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -29,7 +29,7 @@ with lib; { environment = { pathsToLink = [ "/share/zsh" ]; - # systemPackages = with pkgs; [ kakoune tmux vim ]; + systemPackages = with pkgs; [ tmux vim kitty ]; }; i18n.defaultLocale = "it_IT.UTF-8"; diff --git a/flake.nix b/flake.nix index 2ff108c..2e5de58 100644 --- a/flake.nix +++ b/flake.nix @@ -242,7 +242,7 @@ }; baldur = { - hostname = "baldur.local"; + hostname = "164.90.208.134"; profiles.system = { user = "root"; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.baldur;