Skip to content

Commit

Permalink
overlays/nixpkgs-unstable: init
Browse files Browse the repository at this point in the history
Using for some darwin specific packages until I figure out a proper
module pkg inheritance in snowfall or just switch to flake-parts or
something else.
  • Loading branch information
khaneliman committed Jan 3, 2025
1 parent 2ea809c commit f732b90
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions overlays/nixpkgs-unstable/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{ channels, ... }:
_final: _prev: {
inherit (channels.nixpkgs-unstable)
# Core
jankyborders
raycast
sketchybar
skhd
yabai

# Misc
alt-tab-macos
appcleaner
bartender
blueutil
duti
mas
monitorcontrol
stats
switchaudio-osx
;
}

0 comments on commit f732b90

Please sign in to comment.