Define terminal environment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user