Compare commits

...

9 Commits

Author SHA1 Message Date
228e26c760 Update homebrew.nix 2026-03-06 11:46:31 -07:00
5ec65a4cb3 Update flake.lock 2026-03-05 10:43:45 -07:00
186d3e8215 Updated to fix "Broken" librewolf 2026-03-05 10:41:57 -07:00
d96734a5d5 updates 2026-03-04 09:32:47 -07:00
8cdc437607 Update homebrew.nix 2026-03-02 00:04:42 -07:00
dfd71d36f9 Update homebrew.nix 2026-03-02 00:03:12 -07:00
96f57cadc7 Oops 2026-02-23 15:00:03 -07:00
e4a7b92aa8 Updated lockfile 2026-02-23 14:51:01 -07:00
661d5c6a96 Fix 2026-02-22 11:11:25 -07:00
4 changed files with 29 additions and 17 deletions

View File

@@ -1,4 +1,10 @@
.PHONY: nix\:rebuild .PHONY: build update lock
nix\:rebuild: build:
sudo darwin-rebuild switch --flake .#dart sudo darwin-rebuild switch --flake .#dart
update:
nix flake update
lock:
nix flake lock

24
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771756436, "lastModified": 1772633327,
"narHash": "sha256-Tl2I0YXdhSTufGqAaD1ySh8x+cvVsEI1mJyJg12lxhI=", "narHash": "sha256-jl+DJB2DUx7EbWLRng+6HNWW/1/VQOnf0NsQB4PlA7I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5bd3589390b431a63072868a90c0f24771ff4cbb", "rev": "5a75730e6f21ee624cbf86f4915c6e7489c74acc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771520882, "lastModified": 1772379624,
"narHash": "sha256-9SeTZ4Pwr730YfT7V8Azb8GFbwk1ZwiQDAwft3qAD+o=", "narHash": "sha256-NG9LLTWlz4YiaTAiRGChbrzbVxBfX+Auq4Ab/SWmk4A=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "6a7fdcd5839ec8b135821179eea3b58092171bcf", "rev": "52d061516108769656a8bd9c6e811c677ec5b462",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1771207753, "lastModified": 1772674223,
"narHash": "sha256-b9uG8yN50DRQ6A7JdZBfzq718ryYrlmGgqkRm9OOwCE=", "narHash": "sha256-/suKbHSaSmuC9UY7G0VRQ3aO+QKqxAQPQ19wG7QNkF8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d1c15b7d5806069da59e819999d70e1cec0760bf", "rev": "66d9241e3dc2296726dc522e62dbfe89c7b449f3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771729765, "lastModified": 1772679930,
"narHash": "sha256-HNsDSR5bhLSrIpi9bTb2uTK1qnPo1xFSBxs6YmFyprk=", "narHash": "sha256-FxYmdacqrdDVeE9QqZKTIpNLjv2B8GSKssgwlZuTR98=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "be926cb1a76e8450ab2b92121b2e88d09fa4d41c", "rev": "9b741db17141331fdb26270a1b66b81be8be9edd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -10,6 +10,10 @@
cleanup = "zap"; cleanup = "zap";
}; };
taps = [
"supersonic-app/supersonic"
];
brews = [ brews = [
"gamdl" "gamdl"
"knock" "knock"
@@ -24,6 +28,8 @@
"ngrok" "ngrok"
"pearcleaner" "pearcleaner"
"zed" "zed"
"supersonic"
"calibre"
]; ];
}; };
} }

View File

@@ -29,18 +29,17 @@ let
}; };
SearchEngines = { SearchEngines = {
Default = "Kagi Search"; Default = "Searx Search";
Remove = [ Remove = [
"Google" "Google"
"Bing" "Bing"
"DuckDuckGo"
"Perplexity" "Perplexity"
"Wikipedia (en)" "Wikipedia (en)"
]; ];
Add = [ Add = [
{ {
Name = "Searx Search"; Name = "Searx Search";
URLTemplate = "https://search.atri.dad/search?q={searchTerms}&categories=general&language=auto&time_range=&safesearch=0&theme=dark"; URLTemplate = "https://search.atri.dad/search?q={searchTerms}";
Method = "GET"; Method = "GET";
IconURL = "https://search.atri.dad/favicon.ico"; IconURL = "https://search.atri.dad/favicon.ico";
Alias = "searx"; Alias = "searx";
@@ -107,6 +106,7 @@ in
cp -f ${policiesFile} "$DIST_DIR/policies.json" cp -f ${policiesFile} "$DIST_DIR/policies.json"
chmod 644 "$DIST_DIR/policies.json" chmod 644 "$DIST_DIR/policies.json"
echo "Applied LibreWolf policies to $APP_DIR" echo "Applied LibreWolf policies to $APP_DIR"
xattr -dr com.apple.quarantine /Applications/LibreWolf.app
fi fi
done done
''; '';