yep, more dotfiles

refactor: remove broken `createFragment`

authored by

Milo Moisson and committed by wiro.world b0b4d1c1 3124cac8

+1 -10
+1 -10
lib/default.nix
··· 1 1 # This flake library is available to modules via the `llib` arg 2 - pkgs: with pkgs.lib; { 2 + pkgs: { 3 3 colorSchemes = import ./colorSchemes.nix; 4 - 5 - createFragment = name: config: { 6 - options."${name}".enable = mkOption { 7 - description = "Whether to enable `${name}` fragment"; 8 - type = types.bool; 9 - }; 10 - 11 - config = mkIf true config; 12 - }; 13 4 }