snowflake: 11.12.23 -> 11.20.23 #20

Merged
notohh merged 18 commits from snowflake into master 2023-11-20 05:11:29 -05:00
Showing only changes of commit 3ccaeee322 - Show all commits

View file

@ -1,4 +1,8 @@
{pkgs, ...}: { {
inputs,
pkgs,
...
}: {
imports = [ imports = [
../../home ../../home
../../home/wezterm ../../home/wezterm
@ -44,9 +48,9 @@
gamemode gamemode
mangohud mangohud
bottles bottles
osu-lazer-bin
runelite runelite
prismlauncher prismlauncher
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
(libsForQt5.callPackage ../../pkgs/chatterino7 {}) (libsForQt5.callPackage ../../pkgs/chatterino7 {})
(callPackage ../../pkgs/jellyfin-rpc {}) (callPackage ../../pkgs/jellyfin-rpc {})
]; ];