updates and playing with kanata mods

This commit is contained in:
Matt Nish-Lapidus 2025-05-18 23:43:36 -04:00
parent 5391a3e01d
commit d18fcd0666
3 changed files with 19 additions and 21 deletions

30
flake.lock generated
View file

@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747274630, "lastModified": 1747621015,
"narHash": "sha256-87RJwXbfOHyzTB9LYagAQ6vOZhszCvd8Gvudu+gf3qo=", "narHash": "sha256-j0fo1rNxZvmFLMaE945UrbLJZAHTlQmq0/QMgOP4GTs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "ec7c109a4f794fce09aad87239eab7f66540b888", "rev": "cec44d77d9dacf0c91d3d51aff128fefabce06ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -88,11 +88,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1747585320, "lastModified": 1747618089,
"narHash": "sha256-sdJkqFwYlRkijgRoOTH6cg+N6w41qXtFkrC79vMHUYg=", "narHash": "sha256-mbzwxQlxNamIMErEfwWRZ+ECmlQzxJ4eJvOM6/fxV5s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "527c14f4280d37d857f7e9e70330168ed95a69b4", "rev": "1b2bc802bbac29f4695e39fbf982944c0999b45d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -784,11 +784,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable" "xwayland-satellite-unstable": "xwayland-satellite-unstable"
}, },
"locked": { "locked": {
"lastModified": 1747585626, "lastModified": 1747600015,
"narHash": "sha256-FB8Bh1nQoJ+O7y+07sfkVLbCNrjoNZh5oN0+YuqsU5s=", "narHash": "sha256-ztNwDGru5Z/wu5I5SgkU03cx3Vz9gwLeFwcmlzeDwiA=",
"owner": "sodiboo", "owner": "sodiboo",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "15494f15f64846d12ad01d5b52829e5feb9ffd38", "rev": "1db4f11c1d3e30e29ef87162a6137bccbcf8e18f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1099,11 +1099,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1747327360, "lastModified": 1747542820,
"narHash": "sha256-LSmTbiq/nqZR9B2t4MRnWG7cb0KVNU70dB7RT4+wYK4=", "narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e06158e58f3adee28b139e9c2bcfcc41f8625b46", "rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1312,11 +1312,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1746485181, "lastModified": 1747603214,
"narHash": "sha256-PxrrSFLaC7YuItShxmYbMgSuFFuwxBB+qsl9BZUnRvg=", "narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "e93ee1d900ad264d65e9701a5c6f895683433386", "rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -104,9 +104,9 @@
# addons = with pkgs.kicadAddons; [ kikit kikit-library ]; # addons = with pkgs.kicadAddons; [ kikit kikit-library ];
# }) # })
turbocase # turbocase
openscad-unstable # openscad-unstable
openscad-lsp # openscad-lsp
picard picard
plugdata plugdata

View file

@ -129,6 +129,7 @@ ${k-vars}
process-unmapped-keys yes process-unmapped-keys yes
concurrent-tap-hold yes concurrent-tap-hold yes
allow-hardware-repeat false allow-hardware-repeat false
chords-v2-min-idle 200
''; '';
config = '' config = ''
(defsrc (defsrc
@ -140,9 +141,6 @@ allow-hardware-repeat false
${k-vars} ${k-vars}
(defchordsv2
(lctrl lalt h) left 200 all-released ())
(defalias (defalias
supesc (tap-hold-press $tap-timeout $hold-timeout esc lmet) supesc (tap-hold-press $tap-timeout $hold-timeout esc lmet)
sp-lsft (tap-hold-press $tap-timeout $hold-timeout S-9 lsft) sp-lsft (tap-hold-press $tap-timeout $hold-timeout S-9 lsft)