From 2f5a44b112ec3aa004449efc7bae4ab1a2f44ffd Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Sat, 7 Dec 2024 18:02:49 +0100 Subject: [PATCH] fix error --- systems/x86_64-linux/drivebystation-nix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/drivebystation-nix/configuration.nix b/systems/x86_64-linux/drivebystation-nix/configuration.nix index 2be7db5..27cee17 100644 --- a/systems/x86_64-linux/drivebystation-nix/configuration.nix +++ b/systems/x86_64-linux/drivebystation-nix/configuration.nix @@ -101,7 +101,7 @@ environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget - pkgs.gnome3.gnome-tweaks + pkgs.gnome-tweaks ]; # Some programs need SUID wrappers, can be configured further or are