fix some deprecated

This commit is contained in:
notgne2 2024-08-21 01:28:33 -07:00
parent 3b137987ac
commit 2fbfde8937
No known key found for this signature in database
7 changed files with 20 additions and 42 deletions

View file

@ -16,17 +16,16 @@ in {
enable = lib.mkDefault true;
settings = {
screencast = {
max_fps = lib.mkDefault 30;
max_fps = lib.mkDefault 55;
chooser_type = lib.mkDefault "simple";
chooser_cmd = lib.mkDefault "${pkgs.slurp}/bin/slurp -f %o -or";
};
};
};
extraPortals = with pkgs; [
# used for xdg-open and whatnot
xdg-desktop-portal-gtk
xdg-desktop-portal-kde
];
config = {
wlroots.default = ["wlr" "gtk"];
common.default = ["gtk"];
};
};
environment.sessionVariables = {
@ -50,7 +49,8 @@ in {
};
i18n.inputMethod = {
enabled = lib.mkDefault "ibus";
type = lib.mkDefault "ibus";
enable = lib.mkDefault true;
ibus.engines = with pkgs.ibus-engines; [typing-booster uniemoji];
};
};