fix module mapping update settings

This commit is contained in:
2025-01-07 23:10:24 -05:00
parent 966c6cf904
commit 88129add4d
3 changed files with 5 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
system.nixpkgsRelease = "unstable"; # Use the unstable channel for latest Nixpkgs. Stable packages update less frequently, for stable use "24.11"
{
system.defaults.screencapture = {
location = "~/Documents/Screenshots"; # Set default screenshot location
# Add more screencapture settings here
@@ -16,7 +14,8 @@
};
system.keyboard = {
swapLeftCtrlAndFn = true;
swapLeftCtrlAndFn = true; # Swap left control and function keys
enableKeyMapping = true; # Enable key mapping
# Set up your keyboard preferences here
};
# You can add more Mac defaults here as well...