fix some deprecated
This commit is contained in:
parent
3b137987ac
commit
2fbfde8937
7 changed files with 20 additions and 42 deletions
|
@ -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];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue