Fix macOS configuration and add R to path
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
system.primaryUser = "alistreaza";
|
system.primaryUser = "alistreaza";
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
@@ -12,4 +12,7 @@
|
|||||||
os.homebrew.obsidian.enable = true;
|
os.homebrew.obsidian.enable = true;
|
||||||
os.homebrew.microsoft.enable = true;
|
os.homebrew.microsoft.enable = true;
|
||||||
os.homebrew.keka.enable = true;
|
os.homebrew.keka.enable = true;
|
||||||
|
|
||||||
|
# Fix on R install. # Case sensitive bug
|
||||||
|
environment.systemPackages = with pkgs; [ R ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,10 +11,11 @@
|
|||||||
GuestEnabled = false;
|
GuestEnabled = false;
|
||||||
};
|
};
|
||||||
dock = {
|
dock = {
|
||||||
|
minimize-to-application = true;
|
||||||
show-recents = false;
|
show-recents = false;
|
||||||
tilesize = 30;
|
tilesize = 30;
|
||||||
autohide = false;
|
autohide = false;
|
||||||
orientation = "right";
|
orientation = "bottom";
|
||||||
persistent-apps = [
|
persistent-apps = [
|
||||||
{ app = "/Applications/Zen.app"; }
|
{ app = "/Applications/Zen.app"; }
|
||||||
{ app = "/System/Applications/Mail.app"; }
|
{ app = "/System/Applications/Mail.app"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user