mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Update packages
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -28,11 +28,11 @@
|
|||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677533532,
|
"lastModified": 1677704978,
|
||||||
"narHash": "sha256-2Ie47MONhIFOxvbLmwhmCCe/IoVDVd7YnoK61vu5Xy8=",
|
"narHash": "sha256-3ijjQ5Vb51NdHvslbCpG8/UZ61ECcogxguRqgknlejc=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "305daba44a9df57738cffc67c08129005a25579a",
|
"rev": "f8077880359b72bbd290ee216b105f200a6f7cc7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -62,11 +62,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677574432,
|
"lastModified": 1677591639,
|
||||||
"narHash": "sha256-1Aun3MQ5T/HCw1ClzAiY+6boLQNY8Cg6jTOILrLkaJs=",
|
"narHash": "sha256-DMlAyge+u3K+JOFLA5YfdjqagdAYJf29YGBWpy5izg4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "dcbf93d500c54cfee7a7c854c4669d404236a821",
|
"rev": "77de4cd09db4dbee9551ed2853cfcf113d7dc5ce",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -9,35 +9,35 @@ in {
|
|||||||
# System-wide packages to install.
|
# System-wide packages to install.
|
||||||
environment.systemPackages = with pkgs; let
|
environment.systemPackages = with pkgs; let
|
||||||
common = [
|
common = [
|
||||||
# essentials
|
# classics
|
||||||
colordiff
|
colordiff
|
||||||
curl
|
curl
|
||||||
gcc
|
gcc
|
||||||
git-crypt
|
git-crypt
|
||||||
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
imagemagick
|
imagemagick
|
||||||
jq
|
jq
|
||||||
ripgrep
|
|
||||||
unzip
|
unzip
|
||||||
viddy
|
viddy
|
||||||
xclip
|
|
||||||
wget
|
wget
|
||||||
|
xclip
|
||||||
xdg-utils
|
xdg-utils
|
||||||
yq-go
|
|
||||||
zip
|
zip
|
||||||
|
|
||||||
# productivity
|
# modern cli
|
||||||
bat
|
bat
|
||||||
drone-cli
|
drone-cli
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
github-cli
|
github-cli
|
||||||
gnumake
|
|
||||||
hadolint
|
hadolint
|
||||||
nodePackages.eslint
|
nodePackages.eslint
|
||||||
oha
|
oha
|
||||||
postman
|
postman
|
||||||
pre-commit
|
pre-commit
|
||||||
|
ripgrep
|
||||||
|
yq-go
|
||||||
shellcheck
|
shellcheck
|
||||||
shfmt
|
shfmt
|
||||||
starship
|
starship
|
||||||
@@ -123,7 +123,6 @@ in {
|
|||||||
rnix-lsp
|
rnix-lsp
|
||||||
|
|
||||||
# cloud
|
# cloud
|
||||||
# awscli2 # broken
|
|
||||||
azure-cli
|
azure-cli
|
||||||
cloud-sql-proxy
|
cloud-sql-proxy
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@ in {
|
|||||||
firefox
|
firefox
|
||||||
foliate
|
foliate
|
||||||
ghostscript
|
ghostscript
|
||||||
# gimp-with-plugins
|
gimp-with-plugins
|
||||||
gnome.gnome-sound-recorder
|
gnome.gnome-sound-recorder
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnome.seahorse
|
gnome.seahorse
|
||||||
|
Reference in New Issue
Block a user