nix format
This commit is contained in:
@@ -70,15 +70,18 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
dolphin-emu
|
||||
heroic
|
||||
mgba
|
||||
moonlight-qt
|
||||
prismlauncher
|
||||
ryubing
|
||||
omnissa-horizon-client
|
||||
] ++ (with pkgs.${namespace}; [
|
||||
discord-krisp
|
||||
]);
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
dolphin-emu
|
||||
heroic
|
||||
mgba
|
||||
moonlight-qt
|
||||
prismlauncher
|
||||
ryubing
|
||||
omnissa-horizon-client
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
discord-krisp
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -163,32 +163,35 @@ in
|
||||
password-store = enabled;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
compose2nix
|
||||
distrobox
|
||||
heroic
|
||||
omnissa-horizon-client
|
||||
jq
|
||||
lzip
|
||||
morph
|
||||
orca-slicer
|
||||
piper
|
||||
prismlauncher
|
||||
protontricks
|
||||
protonvpn-gui
|
||||
python3
|
||||
runelite
|
||||
smile
|
||||
unigine-heaven
|
||||
via
|
||||
virt-manager
|
||||
vorta
|
||||
waydroid-helper
|
||||
] ++ (with pkgs.${namespace}; [
|
||||
bolt-launcher
|
||||
discord-krisp
|
||||
# librepods
|
||||
]);
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
compose2nix
|
||||
distrobox
|
||||
heroic
|
||||
omnissa-horizon-client
|
||||
jq
|
||||
lzip
|
||||
morph
|
||||
orca-slicer
|
||||
piper
|
||||
prismlauncher
|
||||
protontricks
|
||||
protonvpn-gui
|
||||
python3
|
||||
runelite
|
||||
smile
|
||||
via
|
||||
virt-manager
|
||||
vorta
|
||||
waydroid-helper
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
bolt-launcher
|
||||
discord-krisp
|
||||
superposition
|
||||
# librepods
|
||||
]);
|
||||
|
||||
specialisation = {
|
||||
"cosmic".configuration = {
|
||||
|
||||
Reference in New Issue
Block a user