diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-23 15:29:18 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-23 15:29:18 +0100 |
| commit | 605fa7e8728fadffcad471fef6f62cc4bf6a3082 (patch) | |
| tree | ec20f7830b96c242addef25dbed1b3f3f99fc643 /home-modules | |
| parent | 4975024003e108098775326f6ca00f2d931a80f0 (diff) | |
Disable fcitx5 and add a vm-shell target
Diffstat (limited to 'home-modules')
| -rw-r--r-- | home-modules/apps/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix index e9d0109..0efdaec 100644 --- a/home-modules/apps/default.nix +++ b/home-modules/apps/default.nix @@ -3,6 +3,7 @@ pkgs, inputs, config, + hostconfig, ... }: with lib; @@ -35,7 +36,6 @@ in multimedia.enable = lib.mkEnableOption "Enable multimedia apps"; games.enable = lib.mkEnableOption "Enable games"; }; - config = lib.mkMerge [ (lib.mkIf cfg.full.enable { homeapps.presets = { |
