move prismlauncher to home.packages

current version of java is broken so i am moving it to home.packages as
well as swapping it out to stable.prismlauncher
This commit is contained in:
Gabriella Bere 2025-04-17 13:34:43 +01:00
parent 80c9315911
commit e7ec341b81
3 changed files with 5 additions and 8 deletions

View file

@ -44,6 +44,7 @@
reaper # Paid DAW, using free trial reaper # Paid DAW, using free trial
telegram-desktop # Telegram messenger client telegram-desktop # Telegram messenger client
pavucontrol # Useful audio control GUI pavucontrol # Useful audio control GUI
stable.prismlauncher
]; ];
services.flatpak.packages = [ services.flatpak.packages = [
"io.mrarm.mcpelauncher" # Minecraft bedrock edition launcher "io.mrarm.mcpelauncher" # Minecraft bedrock edition launcher

View file

@ -1,5 +1,4 @@
{ pkgs, ... }: {pkgs, ...}: {
{
stylix = { stylix = {
enable = true; enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml";
@ -11,9 +10,8 @@
}; };
polarity = "dark"; polarity = "dark";
targets = { targets = {
qt.enable = true;
firefox.profileNames = ["blue"]; firefox.profileNames = ["blue"];
nvf.enable = false; # This was causing an Invalid highlight colour, and I'm happy for it to inherit theme from alacritty nvf.enable = false; # This was added after I had nvf already set up to pull theme from stylix, and the two don't work together so I am leaving this disabled for now
}; };
}; };
} }

View file

@ -3,14 +3,12 @@
lib, lib,
pkgs, pkgs,
... ...
}: }: {
{
# All system packages required from nixos-unstable by default # All system packages required from nixos-unstable by default
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim # nano is installed by default neovim # nano is installed by default
wget wget
vesktop vesktop
prismlauncher
thunderbird thunderbird
kdePackages.bluedevil kdePackages.bluedevil
fastfetch fastfetch
@ -20,7 +18,7 @@
unrar unrar
wineWowPackages.stable wineWowPackages.stable
wine wine
(wine.override { wineBuild = "wine64"; }) (wine.override {wineBuild = "wine64";})
wine64 wine64
wineWowPackages.staging wineWowPackages.staging
winetricks winetricks