Added Brightnessctl
This commit is contained in:
14
darwin/macbook.nix
Normal file
14
darwin/macbook.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# macOS-specific settings
|
||||
services.nix-daemon.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
];
|
||||
|
||||
# System settings
|
||||
system.stateVersion = 4;
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
}
|
Reference in New Issue
Block a user