added ghostty configs for eva-02 and armaros

This commit is contained in:
2026-03-13 21:04:00 -07:00
parent 5714348922
commit 6799d75686
2 changed files with 6 additions and 11 deletions

View File

@@ -21,6 +21,10 @@
# macOS programs
++ lib.optionals (hostTypes.isMacos hostname) [
./ghostty/ghostty.nix
]
# armaros specifically for ghostty
++ lib.optionals (hostname == "armaros") [
./ghostty/ghostty.nix
];
gtk = lib.mkIf (hostTypes.isLinuxDesktop hostname) {

View File

@@ -31,7 +31,7 @@
options = "--delete-older-than 30d";
};
networking.hostName = "armaros"; # Define your hostname.
networking.hostName = "armaros";
# Enable networking
networking.networkmanager.enable = true;
@@ -134,18 +134,9 @@
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
# Essential CLI tools for jumpbox
curl
git
htop
nmap
openssh
putty
vim
wget
# GUI tools
firefox
putty
xfce.terminal
xfce.mousepad
xfce.thunar