📦 package shuffling

This commit is contained in:
James Walker 2024-09-25 13:29:05 -04:00
parent 46685f03d7
commit 398b1e7470
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI
3 changed files with 9 additions and 7 deletions

12
flake.lock generated
View File

@ -137,11 +137,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727111745, "lastModified": 1727246346,
"narHash": "sha256-EYLvFRoTPWtD+3uDg2wwQvlz88OrIr3zld+jFE5gDcY=", "narHash": "sha256-TcUaKtya339Asu+g6KTJ8h7KiKcKXKp2V+At+7tksyY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "21c021862fa696c8199934e2153214ab57150cb6", "rev": "1e22ef1518fb175d762006f9cae7f6312b8caedb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -222,11 +222,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1727089097, "lastModified": 1727140925,
"narHash": "sha256-ZMHMThPsthhUREwDebXw7GX45bJnBCVbfnH1g5iuSPc=", "narHash": "sha256-ZHSasdLwEEjSOD/WTW1o7dr3/EjuYsdwYB4NSgICZ2I=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "568bfef547c14ca438c56a0bece08b8bb2b71a9c", "rev": "189e5f171b163feb7791a9118afa778d9a1db81f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -21,7 +21,6 @@ _:
"coreutils" "coreutils"
"drone-cli" "drone-cli"
"doppler" "doppler"
"fd"
"fontconfig" "fontconfig"
"gcc" "gcc"
"gh" "gh"

View File

@ -2,11 +2,14 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
chezmoi chezmoi
bat
direnv direnv
eza eza
fd
fzf fzf
git git
htop htop
jq
starship starship
tmux tmux
]; ];