mac config

This commit is contained in:
mjallen18
2024-03-13 15:54:47 -05:00
parent da615c5370
commit af421bf25d

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }:
{ pkgs, ... }:
{
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
[
[
pkgs.vim
pkgs.asitop
];
@@ -20,15 +20,16 @@
"tg-pro"
"steam"
"orcaslicer"
"vscode"
"vscodium"
"epic-games"
];
# homebrew.masApps = {
homebrew.masApps = {
# Tailscale = 1475387142;
# Infuse = 1136220934;
# Amphetamine = 937984704;
Amphetamine = 937984704;
# LunaTask = 1583719331;
# };
};
homebrew.global.autoUpdate = true;
system.defaults.trackpad.Clicking = true;