Compare commits
2 Commits
1d33ee4812
...
e5a935ca79
| Author | SHA1 | Date | |
|---|---|---|---|
| e5a935ca79 | |||
| 6658436553 |
34
flake.nix
34
flake.nix
@@ -139,6 +139,7 @@
|
||||
users.users.chris = {
|
||||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
initialPassword = "changeme123";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [
|
||||
"chris"
|
||||
@@ -151,6 +152,39 @@
|
||||
};
|
||||
|
||||
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 = {
|
||||
users.chris = { pkgs, lib, ... }: {
|
||||
home = {
|
||||
|
||||
Reference in New Issue
Block a user