mac config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user