Fix up some deprecation warnings
This commit is contained in:
parent
44c5a27387
commit
a8a2686914
2 changed files with 3 additions and 4 deletions
|
@ -14,12 +14,10 @@ in
|
||||||
# Don't install dmenu, i3status, and i3lock
|
# Don't install dmenu, i3status, and i3lock
|
||||||
extraPackages = lib.mkOverride 0 [];
|
extraPackages = lib.mkOverride 0 [];
|
||||||
};
|
};
|
||||||
displayManager = {
|
|
||||||
sddm.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
sddm.enable = true;
|
||||||
defaultSession = "none+i3";
|
defaultSession = "none+i3";
|
||||||
};
|
};
|
||||||
udev.packages = [ pkgs.yubikey-personalization ];
|
udev.packages = [ pkgs.yubikey-personalization ];
|
||||||
|
|
|
@ -5,7 +5,8 @@ with import ../theme; let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx5";
|
enable = true;
|
||||||
|
type = "fcitx5";
|
||||||
fcitx5.addons = with pkgs; [
|
fcitx5.addons = with pkgs; [
|
||||||
(fcitx5-anthy.overrideAttrs (oldAttrs: {
|
(fcitx5-anthy.overrideAttrs (oldAttrs: {
|
||||||
# bugged custom Nicola tables fixed in master
|
# bugged custom Nicola tables fixed in master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue