Add system packages
This commit is contained in:
59
flake.nix
59
flake.nix
@@ -44,7 +44,7 @@
|
|||||||
"/etc/machine-id"
|
"/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 = {
|
disko.devices = {
|
||||||
disk = {
|
disk = {
|
||||||
stationette = {
|
stationette = {
|
||||||
@@ -104,6 +104,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"
|
||||||
@@ -117,37 +118,37 @@
|
|||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
#bat
|
bat
|
||||||
#highlight
|
#highlight
|
||||||
#btop
|
btop
|
||||||
#eza
|
eza
|
||||||
#fzf
|
fzf
|
||||||
#git
|
git
|
||||||
#gnumake
|
#gnumake
|
||||||
#neofetch
|
#neofetch
|
||||||
#neovim
|
neovim
|
||||||
#ripgrep
|
ripgrep
|
||||||
#tldr
|
tldr
|
||||||
#unzip
|
unzip
|
||||||
#openssl
|
openssl
|
||||||
#wget
|
wget
|
||||||
#zip
|
zip
|
||||||
#zoxide
|
zoxide
|
||||||
#jq
|
jq
|
||||||
#lazygit
|
lazygit
|
||||||
#lazysql
|
#sqlit
|
||||||
#less
|
less
|
||||||
#mlocate
|
mlocate
|
||||||
#tree
|
tree
|
||||||
#tmux
|
tmux
|
||||||
#tmuxinator
|
tmuxinator
|
||||||
#wget
|
wget
|
||||||
#zenity
|
zenity
|
||||||
#gum
|
gum
|
||||||
#yazi
|
yazi
|
||||||
#rsync
|
rsync
|
||||||
#p7zip
|
p7zip
|
||||||
#impala
|
impala
|
||||||
];
|
];
|
||||||
home-manager = {
|
home-manager = {
|
||||||
users.chris = { pkgs, lib, ... }: {
|
users.chris = { pkgs, lib, ... }: {
|
||||||
|
|||||||
Reference in New Issue
Block a user