Add macOS apps
This commit is contained in:
@@ -76,7 +76,7 @@ in
|
||||
# Linux-only apps
|
||||
++ optionals (isDesktop && isLinux) [newsflash eyedropper gnome-terminal epiphany gnome-podcasts impression gnome-boxes adw-gtk3 gnomeExtensions.vitals gnomeExtensions.appindicator gnomeExtensions.caffeine gnomeExtensions.search-light]
|
||||
# macOS-only apps
|
||||
++ optionals isDarwin [];
|
||||
++ optionals (isDesktop && isDarwin) [net-news-wire stats raycast iina];
|
||||
|
||||
home.file = {
|
||||
".config/nixpkgs/config.nix".text = "{ allowUnfree = true; }";
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
ShowDayOfMonth = true;
|
||||
};
|
||||
|
||||
screencapture.disable-shadow = true;
|
||||
screencapture.disable-shadow = false;
|
||||
screensaver.askForPassword = true;
|
||||
|
||||
trackpad.Clicking = true; #Tap to click
|
||||
|
||||
Reference in New Issue
Block a user