Add system packages

This commit is contained in:
2026-02-27 22:22:22 +00:00
parent 136bb97941
commit 6658436553

View File

@@ -44,7 +44,7 @@
"/etc/machine-id"
];
};
# nix --extra-experimental-features "nix-command flakes" run github:nix-community/disko/latest#disko-install -- --flake=./#stationette --disk=stationette /dev/sda
# nix --extra-experimental-features "nix-command flakes" run github:nix-community/disko/latest#disko-install -- --flake ./#stationette --write-efi-boot-entries --disk stationette /dev/sda
disko.devices = {
disk = {
stationette = {
@@ -104,6 +104,7 @@
users.users.chris = {
uid = 1000;
isNormalUser = true;
initialPassword = "changeme123";
shell = pkgs.zsh;
extraGroups = [
"chris"
@@ -117,37 +118,37 @@
system.stateVersion = "25.11";
environment.systemPackages = with pkgs; [
#bat
bat
#highlight
#btop
#eza
#fzf
#git
btop
eza
fzf
git
#gnumake
#neofetch
#neovim
#ripgrep
#tldr
#unzip
#openssl
#wget
#zip
#zoxide
#jq
#lazygit
#lazysql
#less
#mlocate
#tree
#tmux
#tmuxinator
#wget
#zenity
#gum
#yazi
#rsync
#p7zip
#impala
neovim
ripgrep
tldr
unzip
openssl
wget
zip
zoxide
jq
lazygit
#sqlit
less
mlocate
tree
tmux
tmuxinator
wget
zenity
gum
yazi
rsync
p7zip
impala
];
home-manager = {
users.chris = { pkgs, lib, ... }: {