nixos/cosmic: provide configuration defaults

This commit is contained in:
Wroclaw 2024-10-10 02:31:33 +02:00
parent fbf078d336
commit 8b6f8474a4
32 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
(
modifiers: [
Ctrl,
Alt,
],
key: "t",
description: Some("Open terminal"),
): Spawn("kitty"),
(
modifiers: [
Super,
Ctrl,
],
key: "l",
): System(LockScreen),
(
modifiers: [
Super,
],
): System(Launcher),
}