my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/system/runners: don't isntall on graphical

isabel 55b25164 84076ed7

+7 -1
+7 -1
modules/nixos/system/runners.nix
··· 6 6 }: 7 7 let 8 8 inherit (lib) mkIf genAttrs; 9 + 10 + cfg = config.garden.system.security.binaries; 9 11 in 10 12 { 11 - config = mkIf config.garden.profiles.graphical.enable { 13 + options.garden.system.security = { 14 + binaries.enable = lib.mkEnableOption "allow for none patched binaries to be run"; 15 + }; 16 + 17 + config = mkIf cfg.enable { 12 18 garden.packages = { inherit (pkgs) appimage-run; }; 13 19 14 20 # run appimages with appimage-run