mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-18 02:31:01 +01:00
chore: Update packages
This commit is contained in:
parent
4188ae930d
commit
78b7efb192
@ -4,7 +4,6 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
grimblast
|
grimblast
|
||||||
slade
|
slade
|
||||||
typespeed
|
|
||||||
osu-lazer-bin
|
osu-lazer-bin
|
||||||
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
||||||
pass
|
pass
|
||||||
@ -28,6 +27,7 @@
|
|||||||
element-desktop
|
element-desktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
|
qbittorrent
|
||||||
|
|
||||||
gdu
|
gdu
|
||||||
fdupes
|
fdupes
|
||||||
@ -76,6 +76,8 @@
|
|||||||
wf-recorder
|
wf-recorder
|
||||||
diskonaut
|
diskonaut
|
||||||
yazi
|
yazi
|
||||||
|
nodePackages.prisma
|
||||||
|
openssl
|
||||||
|
|
||||||
zola
|
zola
|
||||||
file
|
file
|
||||||
@ -87,10 +89,12 @@
|
|||||||
|
|
||||||
cargo-tauri
|
cargo-tauri
|
||||||
|
|
||||||
|
pipe-rename
|
||||||
poppler_utils
|
poppler_utils
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
lnch
|
lnch
|
||||||
wev
|
wev
|
||||||
|
dmenu-wayland
|
||||||
python311Packages.icoextract
|
python311Packages.icoextract
|
||||||
swww
|
swww
|
||||||
srb2
|
srb2
|
||||||
@ -102,10 +106,8 @@
|
|||||||
tango
|
tango
|
||||||
obs-studio
|
obs-studio
|
||||||
nvd
|
nvd
|
||||||
broot
|
|
||||||
hyprdim
|
hyprdim
|
||||||
nix-init
|
nix-init
|
||||||
leetcode-cli
|
|
||||||
diesel-cli
|
diesel-cli
|
||||||
litecli
|
litecli
|
||||||
|
|
||||||
@ -117,6 +119,10 @@
|
|||||||
tasktimer
|
tasktimer
|
||||||
nix-search-cli
|
nix-search-cli
|
||||||
satty
|
satty
|
||||||
|
aaaaxy
|
||||||
|
lutgen
|
||||||
|
sudachi-rs
|
||||||
|
tui-journal
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
Loading…
Reference in New Issue
Block a user