OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
HASH      885c6d74e051
DATE      2025-04-17
SUBJECT   ooksair: set type
FILES     2 CHANGED
HASH      885c6d74e051
DATE      2025-04-17
SUBJECT   ooksair: set type
FILES     2 CHANGED
 

diff --git a/modules/darwin/system.nix b/modules/darwin/system.nix
new file mode 100644
index 0000000..f34afee
--- /dev/null
+++ b/modules/darwin/system.nix
@@ -0,0 +1,24 @@
+{
+  system = {
+    keyboard = {
+      enableKeyMapping = true;
+    };
+    defaults = {
+      finder = {
+        # always show file extensions
+        AppleShowAllExtensions = true;
+        CreateDesktop = false;
+        # set default search scope to current folder
+        FXDefaultSearchScope = "SCcf";
+        # disable warning when changing file extension
+        FXEnableExtensionChangeWarning = false;
+      };
+      dock = {
+        autohide = true;
+        show-recents = false;
+        # only show opened apps
+        static-only = true;
+      };
+    };
+  };
+}

diff --git a/modules/darwin/system.nix b/mod
ules/darwin/system.nix
new file mode 100644
index 0000000..f34afee
--- /dev/null
+++ b/modules/darwin/system.nix
@@ -0,0 +1,24 @@
+{
+  system = {
+    keyboard = {
+      enableKeyMapping = true;
+    };
+    defaults = {
+      finder = {
+        # always show file extensions
+        AppleShowAllExtensions = true;
+        CreateDesktop = false;
+        # set default search scope to curre
nt folder
+        FXDefaultSearchScope = "SCcf";
+        # disable warning when changing fil
e extension
+        FXEnableExtensionChangeWarning = fa
lse;
+      };
+      dock = {
+        autohide = true;
+        show-recents = false;
+        # only show opened apps
+        static-only = true;
+      };
+    };
+  };
+}
 

diff --git a/outputs/hosts/workstations.nix b/outputs/hosts/workstations.nix
index b712630..b2ed777 100644
--- a/outputs/hosts/workstations.nix
+++ b/outputs/hosts/workstations.nix
@@ -37,6 +37,7 @@ in {
         inherit withSystem;
         system = "aarch64-darwin";
         hostname = "ooksair";
+        type = "laptop";
       };
     };
   };

diff --git a/outputs/hosts/workstations.nix 
b/outputs/hosts/workstations.nix
index b712630..b2ed777 100644
--- a/outputs/hosts/workstations.nix
+++ b/outputs/hosts/workstations.nix
@@ -37,6 +37,7 @@ in {
         inherit withSystem;
         system = "aarch64-darwin";
         hostname = "ooksair";
+        type = "laptop";
       };
     };
   };
 
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET