From 66584365531dce3e00a42b458cfc28903b3d934f Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Feb 2026 22:22:22 +0000 Subject: [PATCH] Add system packages --- flake.nix | 59 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/flake.nix b/flake.nix index 36b817f..d16cdc8 100644 --- a/flake.nix +++ b/flake.nix @@ -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, ... }: {