feat: Clean up the imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user