this repo has no description
0
fork

Configure Feed

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

Fixup macos home-manager config

+10 -5
+4 -2
.config/Code/User/settings.json
··· 274 274 "atlascode.jira.explorer.monitorEnabled": false, 275 275 "atlascode.jira.explorer.refreshInterval": 60, 276 276 "atlascode.jira.hover.enabled": true, 277 - "atlascode.jira.startWorkBranchTemplate.customPrefixes": [], 278 - "atlascode.jira.startWorkBranchTemplate.customTemplate": "ian/{{{issueKey}}}/{{{summary}}}", 277 + "atlascode.jira.startWorkBranchTemplate.customPrefixes": [ ], 278 + "atlascode.jira.startWorkBranchTemplate.customTemplate": "ian/{{{issueKey}}}-{{{summary}}}", 279 279 "atlascode.jira.statusbar.enabled": false, 280 280 "atlascode.jira.todoIssues.enabled": true, 281 281 "atlascode.jira.todoIssues.triggers": [ ··· 842 842 "*.dson": "ron", 843 843 "*.ahk": "ahk", 844 844 "*.ahk2":"ahk2", 845 + "*.wflow": "xml", 846 + "**/git/ignore": "gitignore", 845 847 }, 846 848 "files.eol": "auto", 847 849 "files.exclude": {
+1 -1
.config/flake.nix
··· 125 125 enableRosetta = true; 126 126 inherit user; 127 127 128 - bundlerGemGroups = [ "livecheck" "style" "audit" ]; 128 + # bundlerGemGroups = [ "livecheck" "style" "audit" ]; 129 129 # TODO: Declarative tap management 130 130 }; 131 131 }
+5 -2
.config/home-manager/macos-defaults.nix
··· 16 16 # See https://nixos.org/manual/nixos/stable/index.html#sec-freeform-modules 17 17 # TODO: maybe upstream to home-manager... 18 18 # Also TODO: declaring these seems to break nixos configuration. 19 - /* options.targets.darwin.defaults = { 19 + # /* 20 + options.targets.darwin.defaults = { 20 21 "com.apple.AppleMultitouchTrackpad" = lib.mkOption { 21 22 type = with lib.types; attrsOf anything; 23 + default = null; 22 24 }; 23 25 "com.apple.driver.AppleBluetoothMultitouch.trackpad" = lib.mkOption { 24 26 type = with lib.types; attrsOf anything; 27 + default = null; 25 28 }; 26 29 }; 27 - */ 30 + # */ 28 31 29 32 config.targets.darwin = lib.mkIf pkgs.stdenv.isDarwin { 30 33 # region macOS defaults