Compare commits
2 Commits
1d33ee4812
...
e5a935ca79
| Author | SHA1 | Date | |
|---|---|---|---|
| e5a935ca79 | |||
| 6658436553 |
34
flake.nix
34
flake.nix
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user