phucisstupid

Results 47 comments of phucisstupid

merge it now @kvndrsslr "Zen Browser" already change to "Zen" long time ago.

I use this ```nix {lib,config, ...}: { options.garden.profiles = { workstation.enable = lib.mkEnableOption "workstation"; }; programs.fzf = { inherit (config.garden.profiles.workstation) enable; enableZshIntegration = true; enableFishIntegration = true; # enableNushellIntegration =...

> the profiles are declared right here: [`main`/modules%2Fgeneric%2Fprofiles.nix#L6](https://github.com/isabelroses/dotfiles/blob/main/modules%2Fgeneric%2Fprofiles.nix?rgh-link-date=2025-05-11T06%3A29%3A47.000Z#L6) I think this can be write shorter with: ```nix { lib, ... }: with lib; let enableOptions = names: builtins.listToAttrs (map (name:...

I have the same problem, hope this will be fix