This commit is contained in:
parent
2ab6e49b59
commit
c6d09dec17
1 changed files with 8 additions and 1 deletions
|
@ -37,7 +37,14 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew.enable = true;
|
homebrew.enable = true;
|
||||||
homebrew.casks = ["maccy" "firefox" "zoom" "signal"];
|
homebrew.casks = [
|
||||||
|
"batteryboi"
|
||||||
|
"firefox"
|
||||||
|
"little-snitch"
|
||||||
|
"maccy"
|
||||||
|
"signal"
|
||||||
|
"zoom"
|
||||||
|
];
|
||||||
home-manager.users.cyryl = {...}: {
|
home-manager.users.cyryl = {...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../home-manager/programs/kitty.nix
|
../../home-manager/programs/kitty.nix
|
||||||
|
|
Loading…
Reference in a new issue