Compare commits

..

No commits in common. "01b862aaa97bff3e46f15ff3501e5cf524da8011" and "173ffc0044ea9d1217d8c4fd0d270ffee2037de0" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -39,8 +39,6 @@ in
{ {
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
xdg-utils
font.package font.package
(nerdfonts.override { (nerdfonts.override {
fonts = [ "DroidSansMono" "SourceCodePro" ]; fonts = [ "DroidSansMono" "SourceCodePro" ];

View File

@ -190,10 +190,6 @@
config = { config = {
input."1:1:AT_Translated_Set_2_keyboard".xkb_layout = "ie"; input."1:1:AT_Translated_Set_2_keyboard".xkb_layout = "ie";
output.eDP-1.scale = "1"; output.eDP-1.scale = "1";
keybindings = {
"XF86MonBrightnessDown" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set 5%-";
"XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +5%";
};
}; };
}; };