mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 07:08:38 +01:00
chore: Update packages
Got tired of manually updating the osu! hash each time so now allowUnfree is being used for the time being.
This commit is contained in:
parent
ed0dec1e06
commit
e208178502
@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
pipe-rename
|
pipe-rename
|
||||||
poppler_utils
|
poppler_utils
|
||||||
wl-clipboard
|
wl-clipboard-rs
|
||||||
lnch
|
lnch
|
||||||
wev
|
wev
|
||||||
dmenu-wayland
|
dmenu-wayland
|
||||||
@ -108,6 +108,7 @@
|
|||||||
nix-init
|
nix-init
|
||||||
diesel-cli
|
diesel-cli
|
||||||
litecli
|
litecli
|
||||||
|
lychee
|
||||||
|
|
||||||
colorpanes
|
colorpanes
|
||||||
sanctity
|
sanctity
|
||||||
@ -120,11 +121,12 @@
|
|||||||
sudachi-rs
|
sudachi-rs
|
||||||
mgitstatus
|
mgitstatus
|
||||||
pnpm-shell-completion
|
pnpm-shell-completion
|
||||||
|
rclone
|
||||||
|
obsidian
|
||||||
|
gthumb
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfree = true;
|
||||||
"osu-lazer-bin-2024.312.1"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.defaultPackages = [ ];
|
environment.defaultPackages = [ ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user