Compare commits

...

2 commits

Author SHA1 Message Date
2ab6e49b59 add signal on mac
Some checks failed
use nix / build (push) Failing after 3m32s
2024-06-28 22:32:57 +01:00
00febbfeb0 add zoom on mac 2024-06-28 22:28:59 +01:00

View file

@ -37,7 +37,7 @@
];
homebrew.enable = true;
homebrew.casks = ["maccy" "firefox"];
homebrew.casks = ["maccy" "firefox" "zoom" "signal"];
home-manager.users.cyryl = {...}: {
imports = [
../../home-manager/programs/kitty.nix