feat: Clean up the imports

This commit is contained in:
uttarayan21
2025-03-26 01:44:41 +05:30
parent 11ade0d192
commit 50a0033557
14 changed files with 36 additions and 36 deletions

View File

@@ -7,7 +7,7 @@
}: {
imports = [inputs.anyrun.homeManagerModules.default];
programs.anyrun = {
enable = device.hasGui;
enable = device.hasGui && pkgs.stdenv.isLinux;
config = {
plugins = with inputs.anyrun.packages.${pkgs.system}; [
inputs.anyrun-nixos-options.packages.${pkgs.system}.default