Skip to content

Commit dda4391

Browse files
committed
feat(pkgs): add apps & bump nixpkgs
1 parent d4f3ec7 commit dda4391

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

darwin/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
# proprietary but trusted
2929
"nutstore"
30+
"zoom"
3031

3132
# probably okay
3233
"iterm2"

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ let
134134
helvetic
135135
comment
136136
uri
137+
tikz-cd
137138
]))
138139
hunspellDicts.en_US-large
139140
hyphenDicts.en_US
@@ -152,7 +153,7 @@ let
152153
### do NOT expose python itself for safety reasons
153154
python3Packages.ipython
154155
python3Packages.jedi-language-server
155-
ruff-lsp ruff # exposes `ruff`
156+
ruff # exposes `ruff`
156157
poetry
157158
pipx
158159
];

profile-881ff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"active": true,
1616
"priority": 5,
1717
"storePaths": [
18-
"/nix/store/z9gjgvb77jzafd37pd19xqbf8p1r5449-home-manager-path"
18+
"/nix/store/0m006aj8qc8cvpjy7qnyjk3bi127gri9-home-manager-path"
1919
]
2020
}
2121
},

0 commit comments

Comments
 (0)