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:
parent
80c9315911
commit
e7ec341b81
3 changed files with 5 additions and 8 deletions
|
@ -44,6 +44,7 @@
|
|||
reaper # Paid DAW, using free trial
|
||||
telegram-desktop # Telegram messenger client
|
||||
pavucontrol # Useful audio control GUI
|
||||
stable.prismlauncher
|
||||
];
|
||||
services.flatpak.packages = [
|
||||
"io.mrarm.mcpelauncher" # Minecraft bedrock edition launcher
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml";
|
||||
|
@ -11,9 +10,8 @@
|
|||
};
|
||||
polarity = "dark";
|
||||
targets = {
|
||||
qt.enable = true;
|
||||
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
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue