Add kitty and basic programs # Immetti il messaggio di commit per le modifiche. Le righe che iniziano

This commit is contained in:
Filippo Berto 2022-12-18 16:05:48 +01:00
parent 9b0336a74d
commit 11e4fe073d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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;