update: misc

This commit is contained in:
lily 2025-03-29 21:56:46 -04:00
parent 6a3dd58475
commit dafd7d86da
14 changed files with 75 additions and 513 deletions

View file

@ -42,7 +42,7 @@
# Or define it inline, for example:
# (final: prev: {
# hi = final.hello.overrideAttrs (oldAttrs: {
# patches = [ ./change-hello-to-hi.patch ];
# patches = [ ./<D-g>change-hello-to-hi.patch ];
# });
# })
];
@ -57,15 +57,12 @@
username = "lily";
homeDirectory = "/home/lily";
packages = with pkgs; # installs a package
[
vesktop
inputs.zen-browser.packages."${system}".default
(prismlauncher.override {
jdks = [jdk23 jdk8 jdk17 jdk21];
})
itch
inputs.nix-gaming.packages.${pkgs.system}.viper
kdePackages.kate
];
};