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
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
# All system packages required from nixos-unstable by default
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim # nano is installed by default
|
||||
wget
|
||||
vesktop
|
||||
prismlauncher
|
||||
thunderbird
|
||||
kdePackages.bluedevil
|
||||
fastfetch
|
||||
|
@ -20,7 +18,7 @@
|
|||
unrar
|
||||
wineWowPackages.stable
|
||||
wine
|
||||
(wine.override { wineBuild = "wine64"; })
|
||||
(wine.override {wineBuild = "wine64";})
|
||||
wine64
|
||||
wineWowPackages.staging
|
||||
winetricks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue