added ghostty configs for eva-02 and armaros
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user