@@ -6,5 +6,6 @@
|
|||||||
extraPortals = [
|
extraPortals = [
|
||||||
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
|
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
|
||||||
];
|
];
|
||||||
|
config.common.default = "*";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@@ -27,15 +27,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraLayouts = {
|
xkb.layout = "us";
|
||||||
colemak = {
|
xkb.variant = "colemak_dh"; # trying to ditch DHz now
|
||||||
description = "Colemak Layouts";
|
|
||||||
languages = [ "eng" ];
|
|
||||||
symbolsFile = ./colemak;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
layout = "us";
|
|
||||||
xkbVariant = "colemak_dh"; # trying to ditch DHz now
|
|
||||||
autoRepeatDelay = 320;
|
autoRepeatDelay = 320;
|
||||||
autoRepeatInterval = 30;
|
autoRepeatInterval = 30;
|
||||||
};
|
};
|
||||||
|
@@ -1,6 +1,4 @@
|
|||||||
{ inputs, self, ... }:
|
{ inputs, self, ... }:
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
{
|
{
|
||||||
config._module.args.globalArgs = {
|
config._module.args.globalArgs = {
|
||||||
_module.args = {
|
_module.args = {
|
||||||
@@ -13,5 +11,3 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user