laptop adjustments
This commit is contained in:
parent
896b5e04b1
commit
b58efdea00
3 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
6
users/chloe/paperback/configuration.nix
Normal file
6
users/chloe/paperback/configuration.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
homebrew = {
|
||||
enable = true;
|
||||
casks = [ "eloston-chromium" ];
|
||||
};
|
||||
}
|
|
@ -13,5 +13,6 @@
|
|||
pnpm
|
||||
yt-dlp
|
||||
spotdl
|
||||
zig
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue