Define terminal environment

This commit is contained in:
2026-02-11 10:18:15 +01:00
parent 8b95709849
commit f20d885f77
2 changed files with 68 additions and 30 deletions

View File

@@ -9,6 +9,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./desktop-environment.nix
./terminal-environment.nix
];
# Bootloader.
@@ -57,39 +58,17 @@
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run:
# $ nix search wget
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim
wget
git
neovim
python313Packages.pynvim
networkmanager
epiphany
nodejs_24
cmake
hyfetch
elan
gnat15
ghdl-llvm
gtkwave
gnumake
alire
rustup
yosys
openroad
verilator
iverilog
cargo
docker
rustfmt
wget
networkmanager
epiphany
nodejs_24
cmake
docker
];
programs.zsh = {
enable = true;
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;