diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 01:29:41 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 21:23:19 +0100 |
| commit | 72a532244594a370f597babf700fb013123d8c17 (patch) | |
| tree | 0cdfcd4dea9cf3696c4f5c131c0e15283a328e43 /modules | |
| parent | 466adabc7229bda8119fa27820ceea659979b3f5 (diff) | |
Secrets via nixos-sops, caldav and fixed virt
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop/common.nix | 24 | ||||
| -rw-r--r-- | modules/virt.nix | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 88e0071..c04a6b0 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -51,17 +51,19 @@ }; - i18n.inputMethod = { - type = "fcitx5"; - enable = true; - fcitx5.addons = with pkgs; [ - fcitx5-gtk - fcitx5-lua - fcitx5-mozc - catppuccin-fcitx5 - fcitx5-table-other - ]; - }; + # fcitx is broken for now + # i18n.inputMethod = { + # type = "fcitx5"; + # enable = true; + # fcitx5.addons = with pkgs; [ + # fcitx5-gtk + # fcitx5-lua + # fcitx5-mozc + # catppuccin-fcitx5 + # fcitx5-table-other + # kdePackages.fcitx5-qt + # ]; + # }; fonts.packages = with pkgs; [ noto-fonts diff --git a/modules/virt.nix b/modules/virt.nix index feb27c7..597b957 100644 --- a/modules/virt.nix +++ b/modules/virt.nix @@ -22,8 +22,6 @@ in qemu = { swtpm.enable = true; vhostUserPackages = with pkgs; [ virtiofsd ]; - ovmf.enable = true; - ovmf.packages = [ pkgs.OVMFFull.fd ]; }; }; }; |
