File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 url = "github:numtide/treefmt-nix" ;
4141 inputs . nixpkgs . follows = "nixpkgs" ;
4242 } ;
43- # encore binaries
44- encore = {
43+ # encore binaries
44+ encore = {
4545 url = "github:encoredev/encore-flake" ;
4646 inputs . nixpkgs . follows = "nixpkgs" ;
4747 } ;
Original file line number Diff line number Diff line change 55{
66 home . packages = with pkgs ; [
77 inputs . encore . packages . ${ pkgs . stdenv . hostPlatform . system } . encore
8- cmake
9- protobuf
8+ cmake
9+ protobuf
1010 pulumi
1111 unstable . clickhouse
1212 vercel-pkg
1515 cloudflared
1616 cue
1717 google-cloud-sdk
18- pgcli
18+ pgcli
1919 ] ;
2020
2121 programs . encore = {
2222 enable = true ;
23- settings = {
24- browser = "never" ;
25- } ;
23+ settings = {
24+ browser = "never" ;
25+ } ;
2626 } ;
2727
2828 programs . fish . shellInit = ''
Original file line number Diff line number Diff line change 22{
33 imports = [
44 inputs . home-manager . darwinModules . home-manager
5- ./defaults .nix
5+ ./system .nix
66 ./docker.nix
77 ./homebrew.nix
88 ] ;
Original file line number Diff line number Diff line change 11{ ... } :
22{
3+ system . keyboard = {
4+ enableKeyMapping = true ;
5+ remapCapsLockToControl = true ;
6+ } ;
37 system . defaults = {
48 NSGlobalDomain . AppleFontSmoothing = 0 ;
59
You can’t perform that action at this time.
0 commit comments