Update packages list and add trash-cli

This commit is contained in:
2026-01-13 13:46:14 +01:00
parent 79d89e560a
commit e32e4c5ebc
3 changed files with 17 additions and 17 deletions

30
flake.lock generated
View File

@@ -98,11 +98,11 @@
}, },
"nix-flatpak": { "nix-flatpak": {
"locked": { "locked": {
"lastModified": 1754777568, "lastModified": 1768119771,
"narHash": "sha256-0bBqT+3XncgF8F03RFAamw9vdf0VmaDoIJLTGkjfQZs=", "narHash": "sha256-kbbmAfCXcgjdShTDDEn/pCoC5rKQMTd1BksXANn8D2A=",
"owner": "gmodena", "owner": "gmodena",
"repo": "nix-flatpak", "repo": "nix-flatpak",
"rev": "62f636b87ef6050760a8cb325cadb90674d1e23e", "rev": "2e49028cb29c76c8553c6099b19f11879db2cbd1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -113,11 +113,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1767379071, "lastModified": 1768127708,
"narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fb7944c166a3b630f177938e478f0378e64ce108", "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -129,11 +129,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1767593864, "lastModified": 1768293512,
"narHash": "sha256-AtzRYWSxsyvySDzfOek0lKQXoQrHtpFHbBPZ6rdQIEA=", "narHash": "sha256-bCZymHz8mBoW4u+ThvTZwHiOEPh0Wm3+zqog7KwR0CI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1b717f421d250290b16de9a6033ea28258c46ae1", "rev": "ccfbb9cd5859cc51c9d720b47b08e48d1aff633f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -145,11 +145,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1767379071, "lastModified": 1768127708,
"narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fb7944c166a3b630f177938e478f0378e64ce108", "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -203,11 +203,11 @@
"solaar-src": { "solaar-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1767019627, "lastModified": 1767930059,
"narHash": "sha256-DF3ZT9FTXvjfdqIm+gvJCAFwSG8VElZu3rZqH4gLYxw=", "narHash": "sha256-KYxG0VdRpfqkcRLmur3HTg8iYycv9oZYz3JWTpxutFI=",
"owner": "pwr-Solaar", "owner": "pwr-Solaar",
"repo": "Solaar", "repo": "Solaar",
"rev": "fc6852173173d91ffd383d1c285f031d8e95983b", "rev": "d82233b69ce457ae93079cb029c06a5ef3165585",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -121,7 +121,7 @@
mission-center mission-center
ncdu ncdu
nil nil
nixfmt-rfc-style nixfmt
ntfs3g ntfs3g
nufraw-thumbnailer nufraw-thumbnailer
nvtopPackages.amd nvtopPackages.amd
@@ -154,6 +154,7 @@
thunderbird thunderbird
tidal-hifi tidal-hifi
tldr tldr
trash-cli
tree tree
unrar unrar
unzip unzip

View File

@@ -40,7 +40,6 @@
} }
]; ];
adb.enable = true;
bat.enable = true; bat.enable = true;
zsh.enable = true; zsh.enable = true;
gamemode.enable = true; gamemode.enable = true;