chore: small changes

This commit is contained in:
Nydragon 2024-06-26 14:02:42 +02:00
parent 2f90b45fa2
commit ae9d1d71bd
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209
3 changed files with 7 additions and 1 deletions

View file

@ -49,6 +49,10 @@ lib.mkIf osConfig.programs.hyprland.enable {
layout = "dwindle";
};
input = {
kb_options = "compose:caps";
};
decoration = {
rounding = 10;

View file

@ -1,6 +1,6 @@
{
position = "top";
layer = "top";
layer = "bottom";
reload_style_on_change = true;
modules-left = [
"tray"

View file

@ -26,6 +26,8 @@ lib.mkIf config.programs.firefox.enable {
};
policies = {
PasswordManagerEnabled = false;
AutofillCreditCardEnabled = false;
AutofillAddressEnabled = false;
# Check about:support for extension/add-on ID strings.
ExtensionSettings = {
"uBlock0@raymondhill.net" = {