laptop adjustments

This commit is contained in:
chloe caruso 2025-05-27 12:52:11 -07:00
parent 896b5e04b1
commit b58efdea00
3 changed files with 7 additions and 1 deletions

View file

@ -5,7 +5,6 @@
environment.systemPackages = with pkgs; [
];
# services for all machines
services.karabiner-elements.enable = true;
# configuration for shared modules.
# all custom options in 'shared' for clarity.

View file

@ -0,0 +1,6 @@
_: {
homebrew = {
enable = true;
casks = [ "eloston-chromium" ];
};
}

View file

@ -13,5 +13,6 @@
pnpm
yt-dlp
spotdl
zig
];
}