Compare commits

...

2 commits

Author SHA1 Message Date
253e81078d
update i18n.inputMethod 2024-10-03 22:51:07 +02:00
7b5edade95
make hape pass nix flake check 2024-10-03 22:47:35 +02:00
3 changed files with 7 additions and 3 deletions

View file

@ -8,7 +8,6 @@ _: {
./disable-nano.nix ./disable-nano.nix
./disk.nix ./disk.nix
./docs.nix ./docs.nix
./fs-hardening.nix
./nix.nix ./nix.nix
./oomd.nix ./oomd.nix
./permit-olm.nix ./permit-olm.nix

View file

@ -71,8 +71,12 @@
"shutdown now" "shutdown now"
]; ];
}; };
mpd.enable = true; mpd.enable = false;
pipewire.enable = true; pipewire.enable = true;
ssh = {
agent.enable = true;
daemon.enable = false;
};
}; };
}; };

View file

@ -6,7 +6,8 @@
inherit (lib.attrsets) attrValues; inherit (lib.attrsets) attrValues;
in { in {
i18n.inputMethod = { i18n.inputMethod = {
enabled = "fcitx5"; enable = true;
type = "fcitx5";
fcitx5.addons = attrValues { fcitx5.addons = attrValues {
inherit (pkgs) inherit (pkgs)
fcitx5-gtk fcitx5-gtk