fix(hypr): keyboard formatting fix
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
{myConfig, ...}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
input = {
|
||||
repeat_rate = 50;
|
||||
repeat_delay = 300;
|
||||
numlock_by_default = true;
|
||||
kb_options = myConfig.hyprland.kb_options;
|
||||
};
|
||||
cursor = {
|
||||
hide_on_key_press = false;
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
];
|
||||
|
||||
wallpaper = "firewatch.png";
|
||||
kb_options = "altwin:swap_lalt_lwin";
|
||||
};
|
||||
firefox = {
|
||||
bookmarks = [
|
||||
@@ -94,6 +95,7 @@
|
||||
"eDP-1, highres, auto, 2"
|
||||
];
|
||||
wallpaper = "firewatch.png";
|
||||
kb_options = "";
|
||||
};
|
||||
firefox = {
|
||||
bookmarks = [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../apps/btop
|
||||
../../apps/anki
|
||||
@@ -12,4 +12,7 @@
|
||||
../../apps/ttyper
|
||||
../../apps/libreoffice
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
chromium
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user