feat: use device.is "name" instead of device.hasGui for most items

This commit is contained in:
uttarayan21
2025-08-04 10:21:35 +05:30
parent e6ea163b6d
commit 307bf69d86
10 changed files with 23 additions and 26 deletions

View File

@@ -12,7 +12,7 @@
};
in {
programs.eww = {
enable = device.hasGui && pkgs.stdenv.isLinux;
enable = device.is "ryu";
enableFishIntegration = true;
configDir = activate_linux;
};