Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly #16

Merged
merged 14 commits into from
Dec 6, 2024
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
};

outputs = {
Expand Down
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib,
makeWrapper,
rofi-wayland,
freerdp3,
freerdp,
}:
############
# Packages #
Expand Down Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
# ----------------------------------------------------------------- #
postFixup = ''
wrapProgram $out/bin/${finalAttrs.pname} \
--prefix PATH : ${lib.makeBinPath [ rofi-wayland freerdp3 ]}
--prefix PATH : ${lib.makeBinPath [ rofi-wayland freerdp ]}
'';
# ----------------------------------------------------------------- #
meta = {
Expand Down
4 changes: 3 additions & 1 deletion src/rofi-vm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ rdp() {
-jpeg \
-jpeg-quality 100 \
-rfx-mode image \
-gdi sw
-gdi sw \
-scale $SCALE \
-scale-desktop $SCALE
}

# Execute Command
Expand Down