Commit graph

10 commits

Author SHA1 Message Date
2941536b80
refactor(flake)!: export packages using a flake module
Also stop passing `outputs` around, prefer `inputs.self`
Also put all `auto_` in `readOnly` `internal` options
- `autoModules`, `autoConfigurations` and `autoPackages`
Do not export packages as overlay (causes an infinite recursion)
- this is documented on the two places it has effect on
-- in `./overlays/default.nix` and `./modules/flake/configurations.nix`
-- in `autoConfigurations` we manually extend `pkgs` with the flake packages
Allow packages to say what `systems` they are compatible with
- See `./pkgs/swww/systems.nix` - disabled for all systems
- See `./pkgs/pngpaste/systems.nix` - enabled only for `darwin` targets
2024-07-29 01:54:22 +03:00
ff04252a67
feat(darwin)!: update config
Add `nix` initialization script to shell's `extraConfig`
  - fixes `nix` when updating MacOS
Add `flameshot` to `brew` packages
Fix tilde (`~`) remapping
  - mysteriously switched after a restart, needed to swap
Add (noncompiling) `borders` (`JankyBorders`) config
Add `TODO` to `sketchybar` config
2024-05-11 22:57:00 +03:00
36e14ad3f6
style: format with nix fmt
Currently uses `nixpkgs-fmt`
2024-01-25 17:39:43 +02:00
e265948572
feat(limonka): stuff
Disable `himalaya` (not using, compiles a long time)
Add `nushell` as a system package
2023-11-17 16:01:46 +02:00
01240450d2
fix(macos): trampoline apps 2023-11-17 15:58:59 +02:00
31d4b9561e
fix(macos): nix string escaping 2023-10-17 09:12:12 +03:00
cc73f6c14e
feat(macos): remap *tilde* to tilde 2023-10-17 09:12:12 +03:00
e2c5514c76
feat(darwin)!: update brew and system modules
Add `firefox`, `notion` and `slack`
Disable `nix-index`
Disable volume/brightness popups
2023-09-06 22:08:45 +03:00
ae6e5af098
feat(darwin): update modules
Don't regenerate yabai workspaces
Add more `nix-darwin` options
Add `pinentry-touchid` and `xquartz`
2023-07-13 14:29:17 +03:00
c5c43e9fc5
feat!(limontozu): add config 2023-04-17 12:05:13 +03:00