From 7445ae7a9f20b9086fd1bc08560707baae7771ac Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 16 Dec 2025 09:40:05 -0600 Subject: [PATCH] some fixies --- .config/qutebrowser/greasemonkey/redirect.js | 2 +- scripts/dlaudio.lisp | 2 +- systems/kaladin/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/qutebrowser/greasemonkey/redirect.js b/.config/qutebrowser/greasemonkey/redirect.js index 84997a3..06ad4cb 100644 --- a/.config/qutebrowser/greasemonkey/redirect.js +++ b/.config/qutebrowser/greasemonkey/redirect.js @@ -1184,7 +1184,7 @@ switch (urlHostname) { case "soundcloud.com": case "m.soundcloud.com": - redirectSoundcloud(); + // redirectSoundcloud(); break; case "www.pixiv.net": diff --git a/scripts/dlaudio.lisp b/scripts/dlaudio.lisp index bf56556..4ea1c8c 100755 --- a/scripts/dlaudio.lisp +++ b/scripts/dlaudio.lisp @@ -21,6 +21,6 @@ (let ((url (serapeum:string-replace-all "inv.cochrun.xyz" *url* "youtube.com"))) (dlvid (string url))) - (dlvid (string url)))) + (dlvid (string *url*)))) (main) diff --git a/systems/kaladin/configuration.nix b/systems/kaladin/configuration.nix index 3ea70ba..db1a65f 100644 --- a/systems/kaladin/configuration.nix +++ b/systems/kaladin/configuration.nix @@ -54,7 +54,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.chris = { isNormalUser = true; - extraGroups = [ "no-internet" "adbusers" "wheel" "networkmanager" "input" "uinput" "dialout" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "no-internet" "adbusers" "wheel" "networkmanager" "input" "uinput" "dialout" "cdrom" ]; # Enable ‘sudo’ for the user. }; # virtualisation.waydroid.enable = true;