fix: Don't enable gimp in macos
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [gimp];
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; lib.optionals (device.is "ryu") [gimp];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user