This commit is contained in:
joygnu 2024-09-08 17:31:09 +02:00
parent 896df95bdf
commit ae4388f9f4
4 changed files with 99 additions and 94 deletions

View file

@ -76,8 +76,9 @@
kb_options = "grp:alt_shift_toggle,caps:swapescape";
};
device = {
name = "at-translated-set-2-keyboard";
name = "compx-2.4g-wireless-receiver ";
repeat_rate = "50";
};
bind = [
# launch Apps
"$mod,TAB, exec, alacritty"
@ -167,5 +168,4 @@
};
};
};
};
}

View file

@ -3,6 +3,5 @@
./stylix
./gtk
./qt
./font
];
}

View file

@ -1,6 +0,0 @@
{pkgs, ...}: {
fonts.packages = with pkgs; [
font-awesome
(nerdfonts.override {fonts = ["FiraCode"];})
];
}

View file

@ -30,6 +30,18 @@
};
fonts = {
monospace = {
package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
name = "JetBrainsMono Nerd Font Mono";
};
sansSerif = {
package = pkgs.roboto;
name = "Roboto-Regular";
};
serif = {
package = pkgs.roboto;
name = "Roboto-Regular";
};
sizes = {
applications = 12;
terminal = 14;