Compare commits
2 commits
5ece113000
...
e1f59a5aa5
Author | SHA1 | Date | |
---|---|---|---|
e1f59a5aa5 | |||
8e04e93497 |
2 changed files with 3 additions and 4 deletions
|
@ -89,8 +89,7 @@ in
|
||||||
hide-cursor = "when-typing enabled";
|
hide-cursor = "when-typing enabled";
|
||||||
set-cursor-warp = "on-output-change";
|
set-cursor-warp = "on-output-change";
|
||||||
|
|
||||||
# keyboard-layout-file = toString ./keyboard-layout;
|
keyboard-layout = "kyria";
|
||||||
keyboard-layout = "-variant kyria us";
|
|
||||||
|
|
||||||
map = {
|
map = {
|
||||||
normal =
|
normal =
|
||||||
|
@ -217,7 +216,7 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".xkb/symbols/us" = {
|
xdg.configFile."xkb/symbols/kyria" = {
|
||||||
source = ./keyboard-layout.xkb;
|
source = ./keyboard-layout.xkb;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -484,7 +484,7 @@
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
AMD_VULKAN_ICD = "RADV";
|
AMD_VULKAN_ICD = "RADV";
|
||||||
WLR_RENDERER = "vulkan";
|
# WLR_RENDERER = "vulkan";
|
||||||
};
|
};
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
appimage-run
|
appimage-run
|
||||||
|
|
Loading…
Reference in a new issue