diff --git a/hosts/work/includes/home-manager.nix b/hosts/work/includes/home-manager.nix index 0a17bd4..b8cd4e4 100644 --- a/hosts/work/includes/home-manager.nix +++ b/hosts/work/includes/home-manager.nix @@ -17,4 +17,6 @@ slurp wl-clipboard ]; + targets.genericLinux.enable = true; + xdg.mime.enable = true; }