Compare commits

..

2 Commits

Author SHA1 Message Date
e5a935ca79 Merge branch 'main' of https://labs.scarif.space/chris/nixos 2026-02-27 22:24:22 +00:00
6658436553 Add system packages 2026-02-27 22:22:22 +00:00

View File

@@ -139,6 +139,7 @@
users.users.chris = { users.users.chris = {
uid = 1000; uid = 1000;
isNormalUser = true; isNormalUser = true;
initialPassword = "changeme123";
shell = pkgs.zsh; shell = pkgs.zsh;
extraGroups = [ extraGroups = [
"chris" "chris"
@@ -151,6 +152,39 @@
}; };
system.stateVersion = "25.11"; system.stateVersion = "25.11";
environment.systemPackages = with pkgs; [
bat
#highlight
btop
eza
fzf
git
#gnumake
#neofetch
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 = { home-manager = {
users.chris = { pkgs, lib, ... }: { users.chris = { pkgs, lib, ... }: {
home = { home = {