mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 16:36:28 +08:00
* Import my old xmonad config * import taffybar as well * xmonad working * break features into individual files * break features into individual files * Add fonts, and enable taffybar * trackpad behaviour
5 lines
107 B
Nix
5 lines
107 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
services.xserver.xkbOptions = "ctrl:swapcaps";
|
|
console.useXkbConfig = true;
|
|
}
|