mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +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
|
||||
poppler_utils
|
||||
wl-clipboard
|
||||
wl-clipboard-rs
|
||||
lnch
|
||||
wev
|
||||
dmenu-wayland
|
||||
@ -108,6 +108,7 @@
|
||||
nix-init
|
||||
diesel-cli
|
||||
litecli
|
||||
lychee
|
||||
|
||||
colorpanes
|
||||
sanctity
|
||||
@ -120,11 +121,12 @@
|
||||
sudachi-rs
|
||||
mgitstatus
|
||||
pnpm-shell-completion
|
||||
rclone
|
||||
obsidian
|
||||
gthumb
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"osu-lazer-bin-2024.312.1"
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.defaultPackages = [ ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user