Merge branch 'master' into master

This commit is contained in:
Ben
2024-12-25 00:08:32 +10:00
committed by GitHub
23 changed files with 188 additions and 78 deletions

View File

@@ -49,7 +49,6 @@
pkgs.glib
pkgs.bluez-tools
pkgs.grimblast
pkgs.gpu-screen-recorder
pkgs.brightnessctl
pkgs.gnome-bluetooth
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
@@ -67,7 +66,7 @@
pkgs.gvfs
pkgs.swww
pkgs.pywal
];
] ++ (nixpkgs.lib.optionals (system == "x86_64-linux") [pkgs.gpu-screen-recorder]);
};
});