Setup PrismLauncher
This commit is contained in:
parent
566ba727cc
commit
cf91c5e4f3
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./waybar/waybar.nix
|
./waybar/waybar.nix
|
||||||
|
./mc/prism.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -68,6 +69,7 @@
|
||||||
# "$mainMod, N, exec, multimc -l \"Dragon Egg Dome\""
|
# "$mainMod, N, exec, multimc -l \"Dragon Egg Dome\""
|
||||||
# "$mainMod, M, exec, multimc -l \"Purple Cello Server\""
|
# "$mainMod, M, exec, multimc -l \"Purple Cello Server\""
|
||||||
# "$mainMod SHIFT, M, exec, multimc"
|
# "$mainMod SHIFT, M, exec, multimc"
|
||||||
|
"$mainMod , M, exec, prismlauncher"
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
"$mainMod, left, movefocus, l"
|
"$mainMod, left, movefocus, l"
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
prismlauncher
|
||||||
|
jdk21_headless
|
||||||
|
# jdk17_headless
|
||||||
|
# jdk8_headless
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue